Skip to content

Commit

Permalink
remove tag name from asset name (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyx-billy authored Oct 26, 2022
1 parent 36e3863 commit 8517c94
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 @@ -73,7 +73,7 @@ jobs:

- name: Package the mlir-playground static site
run: |
STATIC_SITE_PATH=mlir-playground-static-${{ steps.version-tag.outputs.new_tag }}.tar.gz
STATIC_SITE_PATH=mlir-playground-static.tar.gz
cd out
tar cvzf ../${STATIC_SITE_PATH} .
echo "STATIC_SITE_PATH=${STATIC_SITE_PATH}" >> $GITHUB_ENV
Expand Down

0 comments on commit 8517c94

Please sign in to comment.