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 f6543f8 commit a627717Copy full SHA for a627717
.github/workflows/workflow.yml
@@ -34,10 +34,11 @@ jobs:
34
shell: bash
35
run: |
36
./clean.sh "./out/install/windows-release"
37
+ mv out/install/windows-release out/install/xdispatch_ddb
38
39
- name: Upload artifact windows-libdispatch.zip
40
if: ${{ !env.ACT }}
41
uses: actions/upload-artifact@v1
42
with:
43
name: windows-libdispatch
- path: ./out/install/windows-release/
44
+ path: ./out/install/
0 commit comments