We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aabfa commit 30341baCopy full SHA for 30341ba
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
max-parallel: 1
12
matrix:
13
arch: [x86_64, x86_64-musl]
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
15
env:
16
XBPS_PASSPHRASE: ${{ secrets.SIGN_PASS }}
17
XBPS_TARGET_ARCH: ${{ matrix.arch }}
@@ -70,7 +70,7 @@ jobs:
70
sha512sum $(echo librewolf-*.${{ matrix.arch }}.xbps) | tee $(echo librewolf-*.${{ matrix.arch }}.xbps).sha512sum
71
72
- name: release
73
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
74
with:
75
files: |
76
void-packages/hostdir/binpkgs/librewolf*
0 commit comments