This commit is contained in:
parent
35144fd5b4
commit
7a31fe155e
1 changed files with 3 additions and 2 deletions
|
@ -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 }}
|
Loading…
Reference in a new issue