diff --git a/.github/workflows/rust-linux.yml b/.github/workflows/rust-linux.yml index 85bc0b9..99be791 100644 --- 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 index 0d1ad32..594ba0e 100644 --- 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 index 73d95c7..460776e 100644 --- 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