Skip to content

Commit

Permalink
github.ref を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashNephy committed Jun 2, 2021
1 parent 107394e commit b92805d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Create Release
shell: powershell
if: startsWith(github.ref, 'refs/tags/')
run: Compress-Archive -Path Artifacts/* -DestinationPath TvTestRPC_v${{ github.ref }}_${{ matrix.platform }}.zip
run: Compress-Archive -Path Artifacts/* -DestinationPath TvTestRPC_${{ matrix.platform }}.zip

- name: Upload Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: TvTestRPC_v${{ github.ref }}_${{ matrix.platform }}.zip
files: TvTestRPC_${{ matrix.platform }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b92805d

Please sign in to comment.