geforkt von mirrored/vaultwarden
fix action
Dieser Commit ist enthalten in:
Ursprung
c1e39b182f
Commit
8e79366076
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
2
.github/workflows/rust-linux.yml
gevendort
2
.github/workflows/rust-linux.yml
gevendort
|
@ -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
gevendort
2
.github/workflows/rust-mac.yml
gevendort
|
@ -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
gevendort
2
.github/workflows/rust-win.yml
gevendort
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren