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 af20cbc commit 8a79e34Copy full SHA for 8a79e34
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
needs: build
24
runs-on: ubuntu-latest
25
steps:
26
+ - name: Checkout code
27
+ uses: actions/checkout@v4
28
- name: Download servers
29
uses: actions/download-artifact@v4
30
with:
Makefile
@@ -21,7 +21,7 @@ docker-build:
21
22
docker-run:
@mkdir -p output
- docker run -v ./output:/src/output openapplemacros:latest make ARCHS=$(ARCHS)
+ docker run -v ./output:/src/output openapplemacros:latest make ARCHS="$(ARCHS)"
build-archs: $(addprefix build-arch-,$(ARCHS))
0 commit comments