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
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Fix permissions
|
||||
run: /fixperms.sh
|
||||
|
||||
- name: Compile package
|
||||
run: /paruw.sh "paru -B ${{ gitea.workspace }}"
|
||||
- name: Setup go for publishing
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
# actions/forgejo-release@v2.6.0 requires a deb system
|
||||
- name: Upload Package Archive
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
Loading…
Add table
Add a link
Reference in a new issue