This commit is contained in:
parent
8786ab851d
commit
2a5b0c800e
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ jobs:
|
||||||
# your project is available for Godot to export
|
# your project is available for Godot to export
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
|
lfs: true
|
||||||
|
|
||||||
- name: export game
|
- name: export game
|
||||||
id: export
|
id: export
|
||||||
|
@ -37,4 +38,4 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: ${{ steps.export.outputs.archive_directory }}
|
release-dir: ${{ steps.export.outputs.archive_directory }}
|
||||||
token: ${{ env.GITHUB_TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
override: true
|
release-notes: "New build"
|
Loading…
Reference in a new issue