diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c86eb175..c5129913 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: # Upload as artifact in dry-run mode - name: Upload Build Artifact if: ${{ inputs.dryrun }} - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: coder-desktop-build path: ${{ github.workspace }}/outputs/out diff --git a/Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift b/Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift index f2c7b20a..29b0910c 100644 --- a/Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift +++ b/Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift @@ -41,9 +41,9 @@ class AppDelegate: NSObject, NSApplicationDelegate { } vpn.installSystemExtension() #if arch(arm64) - let mutagenBinary = "mutagen-darwin-arm64" + let mutagenBinary = "mutagen-darwin-arm64" #elseif arch(x86_64) - let mutagenBinary = "mutagen-darwin-amd64" + let mutagenBinary = "mutagen-darwin-amd64" #endif fileSyncDaemon = MutagenDaemon( mutagenPath: Bundle.main.url(forResource: mutagenBinary, withExtension: nil)