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 ac4ea8c commit 288f1e9Copy full SHA for 288f1e9
.github/workflows/macos.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/upload-artifact@v3
57
with:
58
name: ${{ env.ARTIFACT }}
59
- path: ${{ env.ARTIFACT }}.zip
+ path: ${{ env.ARTIFACT }}
60
- name: Prepare Release
61
if: github.ref_type == 'tag' || (github.ref_name == 'main' && github.event_name == 'push')
62
run: |
0 commit comments