Skip to content

Commit

Permalink
CI: Fix unbalanced parentheses in GLOB expression for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jun 22, 2023
1 parent 3e4f885 commit d86fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ jobs:
zip -r windows-deps-${{ steps.metadata.outputs.version }}-${arch}.zip -- *
mv windows-deps-${{ steps.metadata.outputs.version }}-${arch}.zip ${GITHUB_WORKSPACE}
mv ${GITHUB_WORKSPACE}/qt6-windows-${arch}-!(*-@(Debug|RelWithDebInfo|Release|MinSizeRel)/*.zip ${GITHUB_WORKSPACE}
mv ${GITHUB_WORKSPACE}/qt6-windows-${arch}-!(*-@(Debug|RelWithDebInfo|Release|MinSizeRel))/*.zip ${GITHUB_WORKSPACE}
popd > /dev/null
done
Expand Down

0 comments on commit d86fb6f

Please sign in to comment.