Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
7dd3bf27df | |||
eabdf4d78c |
2 changed files with 3 additions and 1 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 -Bi ${{ gitea.workspace }}"
|
run: /paruw.sh "paru -B ${{ 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
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.deb
|
||||||
|
*.pkg.tar.zst
|
Reference in a new issue