Skip to content

Commit 8a79e34

Browse files
committed
aaaa
1 parent af20cbc commit 8a79e34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
needs: build
2424
runs-on: ubuntu-latest
2525
steps:
26+
- name: Checkout code
27+
uses: actions/checkout@v4
2628
- name: Download servers
2729
uses: actions/download-artifact@v4
2830
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker-build:
2121

2222
docker-run:
2323
@mkdir -p output
24-
docker run -v ./output:/src/output openapplemacros:latest make ARCHS=$(ARCHS)
24+
docker run -v ./output:/src/output openapplemacros:latest make ARCHS="$(ARCHS)"
2525

2626
build-archs: $(addprefix build-arch-,$(ARCHS))
2727

0 commit comments

Comments
 (0)