Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-26 05:50:29 +01:00
fix
Dieser Commit ist enthalten in:
Ursprung
8e79366076
Commit
2edc699eac
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
|
path: target/x86_64-unknown-linux-gnu/release/bitwarden_rs
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: Shopify/upload-to-release@v1
|
uses: Shopify/upload-to-release@1.0.0
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu-${{ matrix.db-backend }}-bitwarden_rs
|
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
|
path: target/x86_64-apple-darwin/release/bitwarden_rs
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: Shopify/upload-to-release@v1
|
uses: Shopify/upload-to-release@1.0.0
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: x86_64-apple-darwin-${{ matrix.db-backend }}-bitwarden_rs
|
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
|
path: target/release/bitwarden_rs.exe
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: Shopify/upload-to-release@v1
|
uses: Shopify/upload-to-release@1.0.0
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: x86_64-pc-windows-${{ matrix.db-backend }}-bitwarden_rs
|
name: x86_64-pc-windows-${{ matrix.db-backend }}-bitwarden_rs
|
||||||
|
|
Laden …
In neuem Issue referenzieren