diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bfc13ea..d4d1276 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -52,7 +52,7 @@ jobs: name: Build Inno Setup runs-on: windows-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v4 # test to see if version 4 work, verfify if update coudld be fixed or needed - name: Compile .ISS uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 with: @@ -83,7 +83,12 @@ jobs: uses: actions/upload-artifact@v7.0.1 with: name: packages-arch - path: ./packages/linux/nightly/*.pkg.tar.zst + path: | + packages/linux/nigthly/* + packages/linux/nigthly/lce-qt-launcher-git-*.r?.*-?-any.pkg.tar.zst + !packages/linux/nigthly/pkg/ + !packages/linux/nigthly/src/ + !packages/linux/nigthly/lce-qt-launcher-git/ # --- JOB 4 : Publish the Nightly Release --- release: diff --git a/packages/linux/nigthly/PKGBUILD b/packages/linux/nigthly/PKGBUILD index 4b65020..d410eb5 100644 --- a/packages/linux/nigthly/PKGBUILD +++ b/packages/linux/nigthly/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Xgui4 pkgname=lce-qt-launcher-git -pkgver=nightly +pkgver=nightly.r0.gef515be pkgrel=1 pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nightly/Git Build)" arch=('any') @@ -58,4 +58,4 @@ package() { install -Dm644 "packages/io.github.xgui4.lce_qt_launcher.metainfo.xml" "$pkgdir/usr/share/metainfo/io.github.xgui4.lce_qt_launcher.metainfo.xml" install -Dm644 "assets/io.github.xgui4.lce_qt_launcher.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/io.github.xgui4.lce_qt_launcher.png" install -Dm644 "assets/lce_inst.png" "$pkgdir/usr/share/icons/hicolor/128x128/mimetypes/application-x-lce_inst.png" -} \ No newline at end of file +} diff --git a/packages/windows/setup-nigthly.iss b/packages/windows/setup-nigthly.iss index a5c601e..c96d9c7 100644 --- a/packages/windows/setup-nigthly.iss +++ b/packages/windows/setup-nigthly.iss @@ -35,7 +35,7 @@ OutputBaseFilename=LCE-Qt-Launcher-Windows-Nigthly-Setup SetupIconFile=..\..\assets\setup.ico SolidCompression=yes WizardStyle=modern dark polar -; ArchiveExtraction=full +ArchiveExtraction=full ; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run ; on anything but x64 and Windows 11 on Arm. ArchitecturesAllowed=x64compatible