Skip to content

Commit dd578cb

Browse files
authored
Merge pull request #177 from xsnippet/ci
ci: fix the release workflow
2 parents 6ec517a + 1365647 commit dd578cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
tar cvzf $ASSET_NAME xsnippet-api
9393
fi
9494
gh release upload $RELEASE_TAG $ASSET_NAME
95-
echo "asset_path=$PWD/$ASSET_NAME" >> $GITHUB_OUTPUT
9695
popd
96+
97+
echo "asset_path=target/${TARGET}/release/$ASSET_NAME" >> $GITHUB_OUTPUT
9798
env:
9899
ASSET_NAME: ${{ matrix.name }}
99100
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)