Update .forgejo/workflows/build.yml
Some checks failed
Build Pacman Package / build (push) Failing after 45s
Some checks failed
Build Pacman Package / build (push) Failing after 45s
This commit is contained in:
parent
93aa6efd27
commit
d5094bdc26
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue