Skip to content

Commit

Permalink
Merge pull request #166 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
update. Github Actions Update.
  • Loading branch information
blacknon authored Nov 10, 2024
2 parents c2e0f32 + a4479b0 commit bf64703
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ jobs:
draft: true
prerelease: false

# - run: |
# echo '${{ steps.create-release.outputs.upload_url }}' > release_upload_url.txt
- run: |
echo '${{ steps.create-release.outputs.upload_url }}' > release_upload_url.txt
# - uses: actions/upload-artifact@v3
# with:
# name: create-release
# path: release_upload_url.txt
- uses: actions/upload-artifact@v3
with:
name: create-release
path: release_upload_url.txt

upload-release:
strategy:
Expand Down

0 comments on commit bf64703

Please sign in to comment.