Skip to content

Commit

Permalink
xdispatch_ddb compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Jan 13, 2024
1 parent f6543f8 commit a627717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
shell: bash
run: |
./clean.sh "./out/install/windows-release"
mv out/install/windows-release out/install/xdispatch_ddb
- name: Upload artifact windows-libdispatch.zip
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v1
with:
name: windows-libdispatch
path: ./out/install/windows-release/
path: ./out/install/

0 comments on commit a627717

Please sign in to comment.