diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3e4c124..1140292 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -37,7 +37,7 @@ jobs: - name: Build run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive - name: Move to Artifact Folder - run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app + run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app Artifact - name: Upload App to Artifacts id: upload uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e72263f..d4c4f8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Build run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive - name: Move to Artifact Folder - run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app + run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app Artifact - name: Upload App to Artifacts id: upload uses: actions/upload-artifact@v4