Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Sep 16, 2024
1 parent 7b37a08 commit f605f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Get release
id: get_release
run: |
echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo "upload_url=${{ github.event.release.upload_url }}" >> $GITHUB_OUTPUT
echo "tag_name=v1.0.0" >> $GITHUB_OUTPUT
echo "upload_url=test" >> $GITHUB_OUTPUT
- name: Upload Release Asset (ZIP)
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f605f37

Please # to comment.