From 40f6352d3104eb1e354cbbece5ae3c203ad3b7df Mon Sep 17 00:00:00 2001 From: joeyhodge <96703964+joeyhodge@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:30:15 -0500 Subject: [PATCH] Update dev-release.yml --- .github/workflows/dev-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 02347616c..0c7ec21b3 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -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-gh-release@v0.1.13 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