mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 04:11:36 +00:00
Add preset to file name
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
a83daf196c
commit
77083a77da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: UnleashedRecomp-Linux
|
||||
name: UnleashedRecomp-${{ env.CMAKE_PRESET }}-Linux
|
||||
path: ./out/build/${{ env.CMAKE_PRESET }}/UnleashedRecomp/UnleashedRecomp
|
||||
build-windows:
|
||||
name: Build Windows
|
||||
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: UnleashedRecomp-Windows
|
||||
path: .\UnleashedRecomp-Windows.zip
|
||||
path: .\UnleashedRecomp-${{ env.CMAKE_PRESET }}-Windows.zip
|
||||
build-flatpak:
|
||||
name: Build Flatpak
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue