Skip to content

Commit

Permalink
[DEVOPS-1750] Fix Go release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 11, 2024
1 parent a9c4bcb commit c942eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
draft: true
repo: sm-sdk-go
owner: bitwarden
artifacts: "libbitwarden_c_files-x86_64-apple-darwin-$_PKG_VERSION.zip,
libbitwarden_c_files-aarch64-apple-darwin-$_PKG_VERSION.zip,
libbitwarden_c_files-x86_64-unknown-linux-gnu-$_PKG_VERSION.zip,
libbitwarden_c_files-x86_64-pc-windows-msvc-$_PKG_VERSION.zip"
artifacts: "libbitwarden_c_files-x86_64-apple-darwin-${{ env._PKG_VERSION }}.zip,
libbitwarden_c_files-aarch64-apple-darwin-${{ env._PKG_VERSION }}.zip,
libbitwarden_c_files-x86_64-unknown-linux-gnu-${{ env._PKG_VERSION }}.zip,
libbitwarden_c_files-x86_64-pc-windows-msvc-${{ env._PKG_VERSION }}.zip"

0 comments on commit c942eb8

Please sign in to comment.