diff --git a/.github/workflows/build-release-artifact.yml b/.github/workflows/build-release-artifact.yml index 3175e529..10a0fede 100644 --- a/.github/workflows/build-release-artifact.yml +++ b/.github/workflows/build-release-artifact.yml @@ -48,10 +48,10 @@ jobs: shell: powershell - run: ls -R - name: Upload release - uses: marvinpinto/action-automatic-releases@v1.2.1 + 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