Skip to content

Commit 9dff5ea

Browse files
authored
Merge pull request #7 from Ericzklm/main
Fixed release filepaths
2 parents 25272f6 + 7dc2750 commit 9dff5ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mac-auto-build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ jobs:
128128
sleep 5
129129
i=$((i+1))
130130
done
131-
mv SerialPrograms-Installer.dmg $GITHUB_WORKSPACE/SerialPrograms-Installer.dmg
131+
mv SerialPrograms-Installer.dmg $GITHUB_WORKSPACE/SerialPrograms-Installer-${{ matrix.arch }}.dmg
132132
133133
- name: Upload Artifact
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: SerialPrograms-Installer-${{ matrix.arch }}.dmg
137-
path: SerialPrograms-Installer.dmg
136+
name: SerialPrograms-Installer-${{ matrix.arch }}
137+
path: SerialPrograms-Installer-${{ matrix.arch }}.dmg
138138

139139
release:
140140
name: Create GitHub Release

0 commit comments

Comments
 (0)