Skip to content

Commit

Permalink
troubleshoot file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed May 16, 2024
1 parent fd9f0eb commit 2a0764a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
cd ..
done
ls -hal libbitwarden_c_files-* # rm after testing
ls ./libbitwarden_c_files-x86_64-apple-darwin-$_PKG_VERSION -lRa
- name: Create release
Expand All @@ -278,5 +279,6 @@ jobs:
owner: bitwarden
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"
libbitwarden_c_files-x86_64-unknown-linux-musl-${{ env._PKG_VERSION }}.zip,
libbitwarden_c_files-aarch64-unknown-linux-musl-${{ env._PKG_VERSION }}.zip,
libbitwarden_c_files-x86_64-pc-windows-gnu-${{ env._PKG_VERSION }}.zip"

0 comments on commit 2a0764a

Please sign in to comment.