diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index c9bd30a62..c2235fd21 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -39,16 +39,12 @@ jobs: 7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/scripts 7z rn ${{github.workspace}}/${{matrix.target}}.zip scripts reframework/autorun - - name: Set output - id: vars - run: echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Release if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v0.1.13 with: repository: praydog/REFramework-nightly token: ${{secrets.REPO_TOKEN}} - name: ${{format('v1.{0}-{1}', github.run_number, steps.vars.outputs.SHA_SHORT)}} + name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}} tag_name: latest files: ${{github.workspace}}/${{matrix.target}}.zip