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 f01cf84 commit ad9affcCopy full SHA for ad9affc
.github/workflows/ci.yml
@@ -34,12 +34,7 @@ jobs:
34
./Tools/qsrelease
35
- name: Prepare DMG_INGREDIENTS artifact
36
working-directory: /tmp/QS/build/Release/
37
- run: |
38
- cp \
39
- /tmp/qs_build_settings \
40
- /tmp/Quicksilver.entitlements \
41
- ./dmg/
42
- tar -czvf ./dmg_ingredients.tar.gz ./dmg
+ run: tar -czvf ./dmg_ingredients.tar.gz ./dmg
43
- name: Upload components for sign action
44
uses: actions/upload-artifact@v4
45
with:
0 commit comments