Update .forgejo/workflows/build.yml
Some checks failed
Build Pacman Package / build (push) Failing after 45s

This commit is contained in:
Baltrust 2024-09-24 19:36:49 +03:00
parent 93aa6efd27
commit d5094bdc26

View file

@ -30,8 +30,3 @@ jobs:
- name: Build Pacman package - name: Build Pacman package
run: pnpm package --linux pacman run: pnpm package --linux pacman
- name: Upload Pacman package
uses: actions/upload-artifact@v2
with:
name: pacman-package
path: build/ # Adjust this path as needed