Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf53a99f

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] <support@github.com>
1 parent4fb7970 commitf53a99f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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

‎Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

Lines changed: 2 additions & 2 deletions
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-
letmutagenBinary="mutagen-darwin-arm64"
44+
letmutagenBinary="mutagen-darwin-arm64"
4545
#elseif arch(x86_64)
46-
letmutagenBinary="mutagen-darwin-amd64"
46+
letmutagenBinary="mutagen-darwin-amd64"
4747
#endif
4848
fileSyncDaemon=MutagenDaemon(
4949
mutagenPath:Bundle.main.url(forResource: mutagenBinary, withExtension:nil)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp