Skip to content

Commit

Permalink
Fix Release Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Jan 10, 2025
1 parent a1d7d38 commit a56e648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
shell: bash
run: |
package_name="esparrier"
find .
zip_name="$package_name-${{ steps.get-version-id.outputs.id }}.zip"
mv binaries.zip $zip_name
echo "ASSET=$zip_name" >> $GITHUB_ENV
Expand Down

0 comments on commit a56e648

Please sign in to comment.