Fix weird duplicate upload github action bug for arm release

This commit is contained in:
Arne Beer 2021-02-10 02:08:31 +01:00
parent 9d0946250d
commit 59f6c8fdd4
3 changed files with 4 additions and 2 deletions

View file

@ -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
@ -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:

2
Cargo.lock generated
View file

@ -1153,7 +1153,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "0.12.1-alpha.0"
version = "0.12.0"
dependencies = [
"anyhow",
"async-std",

View file

@ -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"