Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed May 14, 2023
1 parent 4dd51ad commit 5c1d0da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ jobs:
if: ${{ contains(github.ref, 'tags/') }}
id: create-release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref }}

- name: Upload Release Asset (zip)
if: ${{ contains(github.ref, 'tags/') }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: DxLibForHTML5.zip
Expand All @@ -55,6 +59,8 @@ jobs:
- name: Upload Release Asset (zip)
if: ${{ contains(github.ref, 'tags/') }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: DxLibForHTML5.tgz
Expand Down

0 comments on commit 5c1d0da

Please sign in to comment.