mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
59280d599e
commit
ca8dfb006c
12
.github/workflows/build-configurator.yml
vendored
12
.github/workflows/build-configurator.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- name : exportGame
|
||||
uses: firebelley/godot-export@v5.2.1
|
||||
with:
|
||||
|
@ -41,3 +41,13 @@ jobs:
|
|||
generateReleaseNotes: true
|
||||
tag: ${{ github.ref_name }}
|
||||
artifacts: ${{ steps.export.outputs.archive_directory }}/*
|
||||
- name: Upload Linux Release Asset
|
||||
id: upload-linux-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: linux.zip
|
||||
asset_name: Godot_Linux.zip
|
||||
asset_content_type: application/zip
|
||||
|
|
Loading…
Reference in a new issue