We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845d989 commit a518080Copy full SHA for a518080
.github/workflows/push.yml
@@ -50,6 +50,7 @@ jobs:
50
--quiet \
51
--recurse-paths \
52
WebUI-${{ github.sha }}.zip build/
53
+ mv WebUI-${{ github.sha }}.zip ../../
54
popd
55
- uses: actions/upload-artifact@v4
56
with:
0 commit comments