Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 23, 2024
1 parent 482812c commit 5d5bfcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
with:
repo: FF7R-UEVR
owner: praydog
name: ${{format('Release {0} ({1})', github.run_number, github.sha)}}
tag: ${{format('run-{0}', github.run_number)}}
token: ${{ secrets.FF7R_RELEASER }}
artifacts: "${{github.workspace}}/${{matrix.target}}.zip,${{github.workspace}}/${{matrix.target}}.zip.sha256"
makeLatest: true
bodyFile: ${{github.workspace}}/README.md

0 comments on commit 5d5bfcb

Please sign in to comment.