Skip to content

Commit 30a7ce5

Browse files
committed
fix: problems in macos build [build.macos]
1 parent a7ac8de commit 30a7ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
with:
450450
file-path: build/macos/Release/Dartotsu-macos-${{github.ref_name}}.dmg
451451
upload-name: Dartotsu-macos-${{github.ref_name}}.dmg
452-
upload-to-folder-id: 1${{secrets.GOOGLE_FOLDER_MAIN}}
452+
upload-to-folder-id: ${{secrets.GOOGLE_FOLDER_MAIN}}
453453
service-account-json: "${{secrets.GOOGLE_KEY}}"
454454
overrwrite: true
455455
sendMessage:

0 commit comments

Comments
 (0)