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 ecbdbed commit 00cb3efCopy full SHA for 00cb3ef
.github/workflows/e2e-tests.yaml
@@ -28,11 +28,9 @@ jobs:
28
- name: Download and unpack heighliner
29
run: |
30
curl -L -o heighliner.tar.gz https://github.com/strangelove-ventures/heighliner/releases/download/v1.5.4/heighliner_1.5.4_linux_amd64.tar.gz
31
- tar -xzv f heighliner.tar.gz
+ tar -xzvf heighliner.tar.gz
32
33
- - run: "./heighliner -h"
34
-
35
- - run: "./heighliner build -c noble-forwarding-simd --local --tar-export-path ${{ env.TAR_PATH }}"
+ - run: "heighliner build -c noble-forwarding-simd --local --tar-export-path ${{ env.TAR_PATH }}"
36
37
- name: Publish Tarball as Artifact
38
uses: actions/upload-artifact@v3
0 commit comments