Skip to content

Commit

Permalink
Merge pull request #177 from xsnippet/ci
Browse files Browse the repository at this point in the history
ci: fix the release workflow
  • Loading branch information
malor authored Nov 25, 2024
2 parents 6ec517a + 1365647 commit dd578cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
tar cvzf $ASSET_NAME xsnippet-api
fi
gh release upload $RELEASE_TAG $ASSET_NAME
echo "asset_path=$PWD/$ASSET_NAME" >> $GITHUB_OUTPUT
popd
echo "asset_path=target/${TARGET}/release/$ASSET_NAME" >> $GITHUB_OUTPUT
env:
ASSET_NAME: ${{ matrix.name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dd578cb

Please sign in to comment.