Skip to content

Commit

Permalink
CI: Upload artifacts directly instead of zipped
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinAlptraum committed Apr 19, 2024
1 parent 8216dee commit 22acaef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
cd src
qmake6 UltraStar-Manager.pro -spec win32-msvc
nmake
cd ../bin
mv UltraStar-Manager*-setup.exe WIN64-UltraStar-Manager-setup.exe
- name: Create installer
uses: joncloud/[email protected]
with:
Expand All @@ -93,7 +95,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: WIN64-UltraStar-Manager-installer
path: bin/UltraStar-Manager*-setup.exe
path: bin/UltraStar-Manager-setup.exe
if-no-files-found: error

build_mac:
Expand Down Expand Up @@ -242,6 +244,6 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "LINUX-UltraStar-Manager-appimage/*, MAC-UltraStar-Manager-image/*, MAC-UltraStar-Manager-portable.zip, WIN64-UltraStar-Manager-installer/*, WIN64-UltraStar-Manager-portable.zip"
artifacts: "LINUX-UltraStar-Manager-appimage/LINUX-UltraStar-Manager.AppImage, MAC-UltraStar-Manager-image/MAC-UltraStar-Manager.dmg, MAC-UltraStar-Manager-portable.zip, WIN64-UltraStar-Manager-installer/WIN64-UltraStar-Manager-setup.exe, WIN64-UltraStar-Manager-portable.zip"
draft: true
artifactErrorsFailBuild: true

0 comments on commit 22acaef

Please sign in to comment.