From bf53ee82464ca065514e1b97fe4c9e85e2ddda04 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Fri, 17 Nov 2023 00:55:10 +0100 Subject: [PATCH] git: Use regular artifact upload action instead of pages upload action for macOS arm64 job (#1431) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5d479018..ab00cce1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/