Skip to content

Commit

Permalink
Try to fix archive artifacts in Linux and Windows build #4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 1, 2024
1 parent 8ffd86d commit 71388f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ jobs:
chmod +x appimagetool-*.AppImage
./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
VERSION=1.0 ./appimagetool-*.AppImage ./appdir # turn AppDir into AppImage
mv welle.io-1.0-x86_64.AppImage "$DATE"_"$GIT_HASH"_Linux_welle-io-x86_64.AppImage
- name: Archive artifacts (welle.io AppImage)
if: always() && steps.create_appimage.outcome == 'success'
uses: actions/upload-artifact@v4
with:
name: welle.io AppImage
path: ./*.AppImage
path: ./welle*.AppImage
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
$Filename = $current_date + "_" + $git_hash + "_Windows_welle-io-setup_x64"
# Run InnoSetup
& "ISCC" "/F$Filename" "windows/installer.iss"
& "ISCC" "/F..\$Filename" "windows/installer.iss"
- name: Archive artifacts (welle.io Windows installer)
if: always() && steps.create_installer.outcome == 'success'
Expand Down

0 comments on commit 71388f4

Please sign in to comment.