Skip to content

Commit

Permalink
Update GitHub Action script for draft releases
Browse files Browse the repository at this point in the history
Fixes Dn-Programming-Core-Management#252.
Switching to action-gh-release as it is more recently maintained.
  • Loading branch information
Gumball2415 committed Nov 21, 2024
1 parent 9b35041 commit f45f057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
shell: powershell
- run: ls -R
- name: Upload release
uses: marvinpinto/action-[email protected]
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
prerelease: false
automatic_release_tag: draft
tag_name: draft
files: Dn-FamiTracker_artifacts/*.7z

0 comments on commit f45f057

Please sign in to comment.