We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece15b2 + dde044a commit 326a8c1Copy full SHA for 326a8c1
4 files changed
.github/actions/deps/action.yml
@@ -19,6 +19,6 @@ runs:
19
xgo-version: ${{ inputs.xgo-version }}
20
21
- name: Prepare engine
22
- run: make init
+ run: make setup
23
shell: bash
24
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Build release pack
82
run: |
83
- make exportweb
+ make export-web
84
if [ ! -f "spx_web.zip" ]; then
85
echo "spx_web.zip not found"
86
exit 1
0 commit comments