Skip to content

Commit

Permalink
Update dev-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyhodge authored Mar 8, 2024
1 parent a9f8e80 commit 40f6352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/scripts
7z rn ${{github.workspace}}/${{matrix.target}}.zip scripts reframework/autorun
- name: Create Release
- name: Release
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
uses: softprops/action[email protected]
with:
repo: REFramework
owner: joeyhodge
repository: joeyhodge/REFramework
token: ${{secrets.PAT_TOKEN}}
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
makeLatest: true
tag_name: latest
files: ${{github.workspace}}/${{matrix.target}}.zip

0 comments on commit 40f6352

Please sign in to comment.