Skip to content

Commit

Permalink
Another attempt to make github actions happy
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed May 2, 2023
1 parent 60c0dda commit 5ed39b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
ASSET="./$ASSET_STEM.tar.gz"
tar -czvf "$ASSET" "./$ASSET_STEM"
fi
echo "asset::$ASSET" >> $GITHUB_OUTPUT
echo "asset=$ASSET" >> $GITHUB_OUTPUT
shell: bash

- name: GH Release
Expand Down

0 comments on commit 5ed39b1

Please sign in to comment.