Skip to content

Commit f53a99f

Browse files
ci: bump actions/upload-artifact from 4.6.1 to 4.6.2 in the github-actions group (#120)
Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fb7970 commit f53a99f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Upload as artifact in dry-run mode
6262
- name: Upload Build Artifact
6363
if: ${{ inputs.dryrun }}
64-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
64+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6565
with:
6666
name: coder-desktop-build
6767
path: ${{ github.workspace }}/outputs/out

Diff for: Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
4141
}
4242
vpn.installSystemExtension()
4343
#if arch(arm64)
44-
let mutagenBinary = "mutagen-darwin-arm64"
44+
let mutagenBinary = "mutagen-darwin-arm64"
4545
#elseif arch(x86_64)
46-
let mutagenBinary = "mutagen-darwin-amd64"
46+
let mutagenBinary = "mutagen-darwin-amd64"
4747
#endif
4848
fileSyncDaemon = MutagenDaemon(
4949
mutagenPath: Bundle.main.url(forResource: mutagenBinary, withExtension: nil)

0 commit comments

Comments
 (0)