Skip to content

Commit

Permalink
Merge pull request #16 from V-Sekai/latest-action
Browse files Browse the repository at this point in the history
Use the latest gh release.
  • Loading branch information
fire authored Dec 18, 2024
2 parents f566481 + 07a40b1 commit da204c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
zip -r v-sekai-godot-${{ matrix.platform }}.zip v-sekai-godot-${{ matrix.platform }}
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit da204c3

Please sign in to comment.