From c19a9412a53c1e6d8a7f34dcbb51ea285bcde16f Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Thu, 28 Dec 2023 12:55:35 +0100 Subject: [PATCH] oops --- .github/workflows/build-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b243a7ce..41834c21 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -27,7 +27,7 @@ jobs: configurePreset: release-mac-${{ matrix.arch }} buildPreset: release-mac-${{ matrix.arch }} - name: Upload artifact - uses: upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: macOS-${{ matrix.arch }} path: build/release-mac-${{ matrix.arch }}/melonDS.app @@ -38,11 +38,11 @@ jobs: runs-on: macos-13 steps: - name: Download x86_64 - uses: download-artifact@v4 + uses: actions/download-artifact@v4 with: name: macOS-x86_64 - name: Download arm64 - uses: download-artifact@v4 + uses: actions/download-artifact@v4 with: name: macOS-arm64 - run: find . -type d \ No newline at end of file