Skip to content

Commit

Permalink
fix(ci): Fix incorrect build artifact name (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Mar 28, 2023
1 parent 4a7d6b6 commit cc665f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-native-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
run: |
bundle exec rake thermite:tarball
echo bridge-*.tar.gz
echo "tarball=$(echo bridge-*.tar.gz)" >> $GITHUB_OUTPUT
echo temporal_sdk_ruby_bridge-*.tar.gz
echo "tarball=$(echo temporal_sdk_ruby_bridge-*.tar.gz)" >> $GITHUB_OUTPUT
- name: Upload artifacts
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit cc665f0

Please sign in to comment.