activate cache & token
Some checks failed
/ Export Game (push) Has been cancelled

This commit is contained in:
Lucas 2024-07-29 09:57:04 +02:00
parent 35144fd5b4
commit 7a31fe155e

View file

@ -27,7 +27,7 @@ jobs:
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz
relative_project_path: ./
archive_output: true
#cache: true
cache: true
# 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
@ -36,4 +36,5 @@ jobs:
with:
direction: upload
release-dir: ${{ steps.export.outputs.archive_directory }}
release-notes: "MY RELEASE NOTES"
release-notes: "MY RELEASE NOTES"
token: ${{ env.GITHUB_TOKEN }}