Skip to content

Commit

Permalink
update ci for bin release
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Nov 28, 2022
1 parent 0ba218e commit 374196b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Download build
uses: actions/download-artifact@v3
with:
name: build.tar.gz
name: build
path: ./download

- name: Export Checksum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload build
uses: actions/upload-artifact@v3
with:
name: ${{ env.BINARY_NAME }}
name: build
path: ./bin/*
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: build.tar.gz
name: build
path: ./download

- name: Create Github Release
Expand Down

0 comments on commit 374196b

Please sign in to comment.