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 95a867b commit 5c1c6d2Copy full SHA for 5c1c6d2
.github/actions/package/action.yml
@@ -31,14 +31,14 @@ runs:
31
make test
32
- name: Build x86_64 packages
33
env:
34
- VERSION: {{ github.ref_name }}
+ VERSION: ${{ github.ref_name }}
35
CARGO_TARGET: x86_64-unknown-linux-gnu
36
GLIBC_VERSION: 2.27
37
shell: bash
38
run: make package
39
- name: Build aarch64 packages
40
41
42
CARGO_TARGET: aarch64-unknown-linux-gnu
43
BIN_UTIL_PREFIX: aarch64-linux-gnu-
44
0 commit comments