diff options
author | saturneric <[email protected]> | 2024-07-29 01:22:31 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 01:22:31 +0000 |
commit | f44623b4ce73bc53d1c8791c88c26602222e9765 (patch) | |
tree | 7e042a0c1f69d4ec088756a0cc7ebb66a61468f1 /.github | |
parent | fix: update modules repo (diff) | |
download | GpgFrontend-f44623b4ce73bc53d1c8791c88c26602222e9765.tar.gz GpgFrontend-f44623b4ce73bc53d1c8791c88c26602222e9765.zip |
fix: copy is not the real one
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 742c884a..c9fe54e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -291,7 +291,7 @@ jobs: run: | cd $(echo "/${{github.workspace}}" | sed 's/\\/\//g' | sed 's/://') mkdir -p build/artifacts/modules - copy -r modules/build/artifacts/* build/artifacts/modules + cp -r modules/build/artifacts/* build/artifacts/modules cd build windeployqt-qt6 --force --libdir ./artifacts --release ./artifacts/GpgFrontend.exe if: matrix.os == 'windows-2019' |