git: Use regular artifact upload action instead of pages upload action for macOS arm64 job (#1431)
This commit is contained in:
parent
f75d5dba84
commit
bf53ee8246
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -264,7 +264,7 @@ jobs:
|
||||
docker buildx build . -f dist/macOS/arm64.Dockerfile --progress=plain --build-arg 'JOBS=4' --build-arg "BUILD_TYPE=$(BUILD_TYPE)" --build-context imhex=$(pwd) --output out
|
||||
|
||||
- name: ⬆️ Upload artifacts
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: macOS ZIP arm64
|
||||
path: out/
|
||||
|
Loading…
Reference in New Issue
Block a user