Skip to content

Commit 897e82b

Browse files
committed
Add macos/ path to DMG artifact
Prefix the Rockbox DMG filename with macos/ so it's uploaded under a macos directory in the release assets. Also commit the modified Xcode UserInterfaceState.xcuserstate workspace user state file (IDE settings)
1 parent 21771f7 commit 897e82b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
rockbox-assets-${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}-darwin.tar.gz
142142
rockbox-assets-${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}-darwin.tar.gz.sha256
143143
rockbox-${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}.pkg
144-
Rockbox-${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}.dmg
144+
macos/Rockbox-${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}.dmg
145145
tag_name: ${{ steps.vars.outputs.version }}
146146
env:
147147
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)