Compare commits
2 Commits
c3809100f6
...
52ded8567c
Author | SHA1 | Date | |
---|---|---|---|
|
52ded8567c | ||
|
a1f40eb5b3 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install Prerequisites
|
||||
run: |
|
||||
doas apk add zig zstd sed libtool curl bison autoconf automake xz bzip2 bzip3
|
||||
doas apk add zig zstd sed libtool curl bison autoconf automake xz bzip2 bzip3 cmd:pkg-config
|
||||
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
run: cd "${OUTPUT}" && sha1sum "./"* | tee "hashes.sha1"
|
||||
|
||||
- name: Package Results
|
||||
run: tar --zstd --strip-components=3 -czvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
run: tar --zstd --strip-components=3 -cvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
|
||||
- name: Package Hash
|
||||
run: sha1sum "${TARGET}.tar.zst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user