Skip to content

Commit a627717

Browse files
committed
xdispatch_ddb compatibility
1 parent f6543f8 commit a627717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
shell: bash
3535
run: |
3636
./clean.sh "./out/install/windows-release"
37+
mv out/install/windows-release out/install/xdispatch_ddb
3738
3839
- name: Upload artifact windows-libdispatch.zip
3940
if: ${{ !env.ACT }}
4041
uses: actions/upload-artifact@v1
4142
with:
4243
name: windows-libdispatch
43-
path: ./out/install/windows-release/
44+
path: ./out/install/

0 commit comments

Comments
 (0)