From 37bd3aca3f3022d891cba9af1de3c476849a6277 Mon Sep 17 00:00:00 2001 From: joeyhodge <96703964+joeyhodge@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:57:36 -0500 Subject: [PATCH] Update dev-release.yml --- .github/workflows/dev-release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 03fac8098..1ba286528 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -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