We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed6c34 commit 7f24a55Copy full SHA for 7f24a55
.github/workflows/trigger_release.yml
@@ -52,6 +52,7 @@ jobs:
52
tar -czf QFRCScouter-${{ env.VERSION }}.tar.gz QFRCScouter-${{ env.VERSION }}
53
mv QFRCScouter-Android*/*.apk QFRCScouter-Android-${{ env.VERSION }}.apk
54
55
+ mkdir wasm
56
tar xf github-pages/artifact.tar -C wasm
57
58
zip -r QFRCScouter-Web-${{ env.VERSION }}.zip wasm/*
0 commit comments