try to fix the workflow

This commit is contained in:
xgui4
2026-06-01 15:55:58 -04:00
parent 48870ecbbd
commit 4aea963731
2 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ jobs:
- name: Build Arch Linux package
uses: FFY00/build-arch-package@v1
with:
PKGBUILD: ${{ github.workspace }}packages/linux/nigthly/PKGBUILD # HACK : test to see if it will work
PKGBUILD: ${{ github.workspace }}/packages/linux/nigthly/PKGBUILD # HACK : test to see if it will work
- name: Upload Artifact
uses: actions/upload-artifact@v7.0.1
@@ -96,11 +96,12 @@ jobs:
cache: 'pip'
- name: Install dependencies
# HACK see if this work
run: |
python -m pip install --upgrade pip
pip install pyproject-appimage
pip install .
python -m pyproject-appimage
pyproject-appimage || python -m pyproject_appimage
- name: Upload Artifact
uses: actions/upload-artifact@v7.0.1