1
0
Fork 0
Dieser Commit ist enthalten in:
Sebastian Schmidt 2019-12-25 10:23:02 +11:00
Ursprung c1e39b182f
Commit 8e79366076
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 80B9687901B6587C
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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