We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d4904 commit a404c90Copy full SHA for a404c90
.github/workflows/main.yml
@@ -79,6 +79,7 @@ jobs:
79
mkdir -p dist
80
./deb_from_installation.sh "$(pwd)/dist" "$(./version.py)" "$(pwd)/build/install/opt/wasi-sdk" "arm64"
81
./tar_from_installation.sh "$(pwd)/dist" "$(./version.py)" "$(pwd)/build/install/opt/wasi-sdk" "linux-arm64"
82
+ if: matrix.os == 'ubuntu-latest'
83
- name: Upload artifacts
84
uses: actions/upload-artifact@v4
85
with:
0 commit comments