mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-04 20:36:38 +00:00
fix action
This commit is contained in:
parent
c1e39b182f
commit
8e79366076
2
.github/workflows/rust-linux.yml
vendored
2
.github/workflows/rust-linux.yml
vendored
@ -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
|
||||
|
2
.github/workflows/rust-mac.yml
vendored
2
.github/workflows/rust-mac.yml
vendored
@ -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
|
||||
|
2
.github/workflows/rust-win.yml
vendored
2
.github/workflows/rust-win.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user