Skip to content

Commit 30341ba

Browse files
authored
fix workflow
1 parent 33aabfa commit 30341ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 1
1212
matrix:
1313
arch: [x86_64, x86_64-musl]
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
env:
1616
XBPS_PASSPHRASE: ${{ secrets.SIGN_PASS }}
1717
XBPS_TARGET_ARCH: ${{ matrix.arch }}
@@ -70,7 +70,7 @@ jobs:
7070
sha512sum $(echo librewolf-*.${{ matrix.arch }}.xbps) | tee $(echo librewolf-*.${{ matrix.arch }}.xbps).sha512sum
7171
7272
- name: release
73-
uses: softprops/action-gh-release@v1
73+
uses: softprops/action-gh-release@v2
7474
with:
7575
files: |
7676
void-packages/hostdir/binpkgs/librewolf*

0 commit comments

Comments
 (0)