Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Nov 23, 2023
1 parent 7d73015 commit f4daab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
for name in "${bins[@]}"; do
file="$name-${{ steps.get-tag.outputs.id }}-${{ matrix.target }}.tar.gz"
tar czf $file -C "target/${{ matrix.target }}/release" $name
echo $file >> $GITHUB_ENV
echo "$name=$file" >> $GITHUB_ENV
done
- name: Upload release archive
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f4daab1

Please sign in to comment.