change release action
Some checks failed
/ Export Game (push) Has been cancelled

This commit is contained in:
Lucas 2024-07-29 09:56:17 +02:00
parent dfd297c8f8
commit 35144fd5b4

View file

@ -32,9 +32,8 @@ jobs:
# This release action has worked well for me. However, you can most likely use any release action of your choosing. # This release action has worked well for me. However, you can most likely use any release action of your choosing.
# https://github.com/ncipollo/release-action # https://github.com/ncipollo/release-action
- name: create release - name: create release
uses: https://github.com/ncipollo/release-action@v1.12.0 uses: https://code.forgejo.org/actions/forgejo-release@v2.2.0
with: with:
token: ${{ secrets.GITHUB_TOKEN }} direction: upload
generateReleaseNotes: true release-dir: ${{ steps.export.outputs.archive_directory }}
tag: ${{ github.ref_name }} release-notes: "MY RELEASE NOTES"
artifacts: ${{ steps.export.outputs.archive_directory }}/*