commit 8e79366076072cd7f4b76c852999020c0bd00da7
parent c1e39b182fc8a9c66bbc1406ada753b35b86f5c5
Author: Sebastian Schmidt <publicarray@users.noreply.github.com>
Date: Wed, 25 Dec 2019 10:23:02 +1100
fix action
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/rust-linux.yml b/.github/workflows/rust-linux.yml
@@ -53,7 +53,7 @@ jobs:
path: target/x86_64-unknown-linux-gnu/release/bitwarden_rs
- name: Release
- uses: Shopify/upload-to-release
+ uses: Shopify/upload-to-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: x86_64-unknown-linux-gnu-${{ matrix.db-backend }}-bitwarden_rs
diff --git a/.github/workflows/rust-mac.yml b/.github/workflows/rust-mac.yml
@@ -53,7 +53,7 @@ jobs:
path: target/x86_64-apple-darwin/release/bitwarden_rs
- name: Release
- uses: Shopify/upload-to-release
+ uses: Shopify/upload-to-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: x86_64-apple-darwin-${{ matrix.db-backend }}-bitwarden_rs
diff --git a/.github/workflows/rust-win.yml b/.github/workflows/rust-win.yml
@@ -52,7 +52,7 @@ jobs:
path: target/release/bitwarden_rs.exe
- name: Release
- uses: Shopify/upload-to-release
+ uses: Shopify/upload-to-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: x86_64-pc-windows-${{ matrix.db-backend }}-bitwarden_rs