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 cdc07ab commit 636dd01Copy full SHA for 636dd01
.github/workflows/release.yaml
@@ -364,7 +364,7 @@ jobs:
364
- name: Run check-hw-tool image
365
run: |
366
docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build check_hw_tool_build
367
- cp build/check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
+ cp build/check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
368
369
- uses: actions/upload-artifact@v3
370
with:
0 commit comments