Compare commits
No commits in common. "52ded8567c79910a1590bb5f715a88aa09fc228b" and "c3809100f651fcb172b0962e0f291b77c32a8747" have entirely different histories.
52ded8567c
...
c3809100f6
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 cmd:pkg-config
|
||||
doas apk add zig zstd sed libtool curl bison autoconf automake xz bzip2 bzip3
|
||||
|
||||
- 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 -cvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
run: tar --zstd --strip-components=3 -czvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
|
||||
- name: Package Hash
|
||||
run: sha1sum "${TARGET}.tar.zst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user