Skip to content

Commit 870695c

Browse files
committed
Fix macOS image upload in ci.
1 parent 014bdc7 commit 870695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
uses: actions/upload-artifact@v2
191191
with:
192192
name: boundingboxeditor-portable-macos
193-
path: build/jpackage/BoundingBoxEditor
193+
path: build/jpackage/BoundingBoxEditor.app
194194
Release:
195195
needs: [Build-and-Test-Windows, Build-and-Test-Linux, Build-and-Test-macOS]
196196
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)