mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-30 01:25:55 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
1f97d1acbd
commit
df3b52a9ad
4
.github/workflows/build-configurator.yml
vendored
4
.github/workflows/build-configurator.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux Configurator
|
name: Linux Configurator
|
||||||
path: /home/runner/work/RetroDECK_UK/RetroDECK_UK/linux.zip
|
path: /home/runner/work/linux.zip
|
||||||
|
|
||||||
- name: Upload Windows artifact
|
- name: Upload Windows artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows Configurator
|
name: Windows Configurator
|
||||||
path: /home/runner/work/RetroDECK_UK/RetroDECK_UK/windows.zip
|
path: /home/runner/work/windows.zip
|
Loading…
Reference in a new issue