diff options
author | saturneric <[email protected]> | 2025-05-01 16:03:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 16:03:53 +0000 |
commit | 40ae40b744f0faaba24967e8607c4ba41976c391 (patch) | |
tree | b56cfa3af55dc7b5c372cb637d58b9d9d3fb8aa4 | |
parent | fix: correct secret name (diff) | |
download | GpgFrontend-40ae40b744f0faaba24967e8607c4ba41976c391.tar.gz GpgFrontend-40ae40b744f0faaba24967e8607c4ba41976c391.zip |
fix: correct nightly ci on windows
-rw-r--r-- | .github/workflows/testing-nightly.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index b22b0756..5cabee02 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -297,7 +297,7 @@ jobs: ls -l build/artifacts/ if: runner.os == 'Windows' - - name: Copy Modules & Package (Windows) + - name: Package (Windows) shell: msys2 {0} run: | cd $(cygpath -u "${{github.workspace}}") @@ -308,8 +308,6 @@ jobs: cp COPYING build/artifacts/ cp gpgfrontend.ico build/artifacts/bin/ touch build/artifacts/bin/PORTABLE.txt - mkdir -p build/artifacts/modules - cp -r modules/build/artifacts/bin/* build/artifacts/modules cd build windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_core.dll windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_ui.dll |