Compare commits
No commits in common. "main" and "v1.0.0-1" have entirely different histories.
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Fix permissions
|
- name: Fix permissions
|
||||||
run: /fixperms.sh
|
run: /fixperms.sh
|
||||||
- name: Compile package
|
- name: Compile package
|
||||||
run: /paruw.sh "paru -B ${{ gitea.workspace }}"
|
run: /paruw.sh "paru -Bi ${{ gitea.workspace }}"
|
||||||
- name: Setup go for publishing
|
- name: Setup go for publishing
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.deb
|
|
||||||
*.pkg.tar.zst
|
|
Reference in a new issue