Skip to content

Commit

Permalink
.github/workflows: Fix actions target
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jul 17, 2023
1 parent 98c212f commit 7c8c7ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
${{ runner.os }}-go-
- name: Bump version
id: bump-version
uses: upfluence/actions/bump-version
uses: upfluence/actions/bump-version@master
- name: Compile binaries
uses: upfluence/actions/compile-go
uses: upfluence/actions/compile-go@master
with:
executable-paths: ./cmd/gh-downloader
linker-mode: cli
Expand All @@ -61,7 +61,7 @@ jobs:
arch: amd64,arm64
name-template: '{{ .Name }}-{{ .OS }}-{{ .Arch }}'
- name: Create release
uses: upfluence/actions/create-github-release
uses: upfluence/actions/create-github-release@master
with:
attachments: dist/*
version: ${{ steps.bump-version.outputs.version }}

0 comments on commit 7c8c7ad

Please sign in to comment.