mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
e92f5959de
commit
fcac2b7de2
10
.github/workflows/build-configurator.yml
vendored
10
.github/workflows/build-configurator.yml
vendored
|
@ -29,11 +29,11 @@ jobs:
|
||||||
relative_export_path: ../../
|
relative_export_path: ../../
|
||||||
archive_output: true
|
archive_output: true
|
||||||
|
|
||||||
- name: Upload Linux artifact
|
# - name: Upload Linux artifact
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: Godot Linux Configurator
|
# name: Godot Linux Configurator
|
||||||
path: /home/runner/work/linux.zip
|
# path: /home/runner/work/linux.zip
|
||||||
|
|
||||||
|
|
||||||
- name: create release
|
- name: create release
|
||||||
|
|
Loading…
Reference in a new issue