Compare commits

...

6 Commits

Author SHA1 Message Date
008677cd8e Please work
Some checks failed
Build Arch Package / check-and-build (push) Has been cancelled
2026-02-11 17:46:57 +00:00
4be53f8f4d Change actions versions 2026-02-11 17:27:29 +00:00
4873670ea4 TEST 2026-02-11 16:56:48 +00:00
02306a923c Install package before checkout the repo 2026-02-11 16:55:22 +00:00
a48ada1378 Fix typo 2026-02-11 16:46:40 +00:00
be9efe7f9a Change arch container name 2026-02-11 16:27:52 +00:00
2 changed files with 11 additions and 4 deletions

View File

@@ -7,18 +7,20 @@ on:
jobs:
check-and-build:
runs-on: archlinux-basedevel-latest
runs-on: archlinux-base-devel
permissions:
packages: write
contents: write
steps:
- name: Setup packages
run: pacman -Sy --noconfirm git pacman-contrib sudo nodejs
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup build user
run: |
pacman -Sy --noconfirm git pacman-contrib sudo
useradd -m builduser
echo "builduser ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/builduser
chmod 0440 /etc/sudoers.d/builduser
@@ -57,6 +59,11 @@ jobs:
run: |
sudo -u builduser makepkg -sf --noconfirm
- name: Upload Artefact
uses: christopherHX/gitea-upload-artifact@v4
with:
path: '*.pkg.tar.zst'
- name: Upload On Gitea Package
if: steps.compare.outputs.build == 'true'
env:

View File

@@ -2,7 +2,7 @@
pkgname=pandora-launcher
_pkgrustname=pandora_launcher
_pkgtarname=PandoraLauncher
pkgver=2.7.3
pkgver=2.6.3
pkgrel=2
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
arch=('x86_64')