Skip to content

Commit

Permalink
Fix weird duplicate upload github action bug for arm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Feb 10, 2021
1 parent 9d09462 commit 59f6c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
file: ${{ matrix.client_artifact_name }}
asset_name: ${{ matrix.client_release_name }}
tag: ${{ github.ref }}
overwrite: true

- name: Upload daemon binaries to release
uses: svenstaro/upload-release-action@v2
Expand All @@ -121,6 +122,7 @@ jobs:
file: ${{ matrix.daemon_artifact_name }}
asset_name: ${{ matrix.daemon_release_name }}
tag: ${{ github.ref }}
overwrite: true

- uses: svenstaro/upload-release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pueue"
description = "A cli tool for managing long running shell commands."
version = "0.12.1-alpha.0"
version = "0.12.0"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"
Expand Down

0 comments on commit 59f6c8f

Please sign in to comment.