mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +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
|
||||
with:
|
||||
name: Linux Configurator
|
||||
path: /home/runner/work/RetroDECK_UK/RetroDECK_UK/linux.zip
|
||||
path: /home/runner/work/linux.zip
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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