Skip to content

Commit

Permalink
ci(macos): correct duplicate directory path in DMG artifact upload
Browse files Browse the repository at this point in the history
- Fixed the duplicate 'temp_macos' directory path in the DMG artifact upload step.
  • Loading branch information
Ovler-Young committed Dec 3, 2024
1 parent a437dd1 commit 9535f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
- name: Upload artifact macOS DMG
uses: actions/upload-artifact@v4
with:
path: temp_macos/temp_macos/Rune-${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && format('-{0}', steps.short-sha.outputs.sha) || '' }}-macOS.dmg
path: temp_macos/Rune-${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && format('-{0}', steps.short-sha.outputs.sha) || '' }}-macOS.dmg
name: Rune-${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && format('-{0}', steps.short-sha.outputs.sha) || '' }}-macOS.dmg

- name: Upload artifact macOS ZIP
Expand Down

0 comments on commit 9535f95

Please sign in to comment.