Compare commits
2 commits
v2.0.0pre-
...
main
Author | SHA1 | Date | |
---|---|---|---|
1f9c5fa7e2 | |||
c5c05dfc4d |
1 changed files with 5 additions and 5 deletions
|
@ -6,15 +6,15 @@ jobs:
|
||||||
runs-on: archlinux
|
runs-on: archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- 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 -B ${{ gitea.workspace }}"
|
||||||
- name: Setup go for publishing
|
|
||||||
uses: actions/setup-go@v4
|
# actions/forgejo-release@v2.6.0 requires a deb system
|
||||||
with:
|
|
||||||
go-version: '>=1.20.1'
|
|
||||||
- name: Upload Package Archive
|
- name: Upload Package Archive
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
Loading…
Add table
Add a link
Reference in a new issue