Skip to content

Commit

Permalink
Hotfix: CI: 自動作成されるリリースのタグの場所を正しくする (#311)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml

* Update build.yml
  • Loading branch information
aoirint authored Oct 21, 2022
1 parent 30b324c commit 176717c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,13 @@ jobs:
- name: Upload to Release
if: env.VERSION != 'DEBUG' && env.SKIP_UPLOADING_RELEASE_ASSET == '0'
uses: svenstaro/upload-release-action@v2
uses: softprops/action-gh-release@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
tag: ${{ env.VERSION }}
file: ${{ env.ASSET_NAME }}.zip
tag_name: ${{ env.VERSION }}
files: |-
${{ env.ASSET_NAME }}.zip
target_commitish: ${{ github.sha }}

build-win-cpp-example:
runs-on: windows-latest
Expand Down

0 comments on commit 176717c

Please sign in to comment.