mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Specify distro name on linux artifact uploads
This commit is contained in:
parent
6a967eb2c0
commit
d6dca50d62
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -92,21 +92,21 @@ jobs:
|
||||
if: ${{ inputs.deploymode == 'release' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-release
|
||||
name: cemu-bin-linux-ubuntu22.04-x64-release
|
||||
path: ./bin/Cemu_release
|
||||
|
||||
- name: Upload artifact (debug)
|
||||
if: ${{ inputs.deploymode != 'release' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-debug
|
||||
name: cemu-bin-linux-ubuntu22.04-x64-debug
|
||||
path: ./bin/Cemu_debug
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-experimental
|
||||
name: cemu-bin-linux-ubuntu22.04-x64-experimental
|
||||
path: ./bin/Cemu_experimental
|
||||
|
||||
build-windows:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user