Skip to content

Commit c7264f0

Browse files
committed
Fix release artifact jobs
1 parent faf0e04 commit c7264f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notarize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ jobs:
174174
env:
175175
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176176
with:
177-
args: 'downloaded_artifacts/SwiftFormat-for-Xcode/SwiftFormat.for.Xcode.app.zip'
177+
args: 'downloaded_artifacts/SwiftFormat.for.Xcode.app.zip'

.github/workflows/windows_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: ls -R downloaded-artifacts
9595
- name: Move MSI files to workspace root
9696
run: |
97-
mv downloaded-artifacts/*/*.msi ./
97+
mv downloaded-artifacts/*.msi ./
9898
rm -rf downloaded-artifacts
9999
- name: Display structure of uploadable files
100100
run: ls -R .

0 commit comments

Comments
 (0)