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 5e063b3 commit 37bd3ac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/scripts
7z rn ${{github.workspace}}/${{matrix.target}}.zip scripts reframework/autorun
- name: Release
- name: Create Release
if: github.ref == 'refs/heads/master'
uses: softprops/action-gh-release@v0.1.13
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
with:
repository: joeyhodge/REFramework
repo: REFramework
owner: joeyhodge
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
tag_name: latest
makeLatest: true
files: ${{github.workspace}}/${{matrix.target}}.zip
artifacts: ${{github.workspace}}/${{matrix.target}}.zip

0 comments on commit 37bd3ac

Please sign in to comment.