We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0e04 commit c7264f0Copy full SHA for c7264f0
.github/workflows/notarize.yml
@@ -174,4 +174,4 @@ jobs:
174
env:
175
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176
with:
177
- args: 'downloaded_artifacts/SwiftFormat-for-Xcode/SwiftFormat.for.Xcode.app.zip'
+ args: 'downloaded_artifacts/SwiftFormat.for.Xcode.app.zip'
.github/workflows/windows_release.yml
@@ -94,7 +94,7 @@ jobs:
94
run: ls -R downloaded-artifacts
95
- name: Move MSI files to workspace root
96
run: |
97
- mv downloaded-artifacts/*/*.msi ./
+ mv downloaded-artifacts/*.msi ./
98
rm -rf downloaded-artifacts
99
- name: Display structure of uploadable files
100
run: ls -R .
0 commit comments