From 6f419ae998ab80d0fb0ac1a3e465cdfa7bf12312 Mon Sep 17 00:00:00 2001 From: Nils Hoffmann <3309580+nilshoffmann@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:52:27 +0100 Subject: [PATCH] Updated arch value --- .github/workflows/release.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc82d33d9..553867c52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,22 +131,22 @@ jobs: copy .\examples\ThreeStudies.xlsx "Build/LipidSpace/examples" copy LICENSE* "Build/LipidSpace" copy .\release\LipidSpace.exe "Build/LipidSpace" - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/plugins/platforms" -Destination "Build/LipidSpace" -Recurse -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/d3dcompiler_47.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/libgcc_s_seh-1.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/libgomp-1.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/libstdc++-6.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/libwinpthread-1.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/opengl32sw.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6Core.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6Gui.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6Network.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6OpenGL.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6OpenGLWidgets.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6PrintSupport.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6Svg.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6SvgWidgets.dll" -Destination "Build/LipidSpace" -force - powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/bin/Qt6Widgets.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/plugins/platforms" -Destination "Build/LipidSpace" -Recurse -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/d3dcompiler_47.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/libgcc_s_seh-1.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/libgomp-1.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/libstdc++-6.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/libwinpthread-1.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/opengl32sw.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6Core.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6Gui.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6Network.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6OpenGL.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6OpenGLWidgets.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6PrintSupport.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6Svg.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6SvgWidgets.dll" -Destination "Build/LipidSpace" -force + powershell Copy-Item "${{ runner.workspace }}/Qt/${{ env.QT_VERSION }}/mingw_64/bin/Qt6Widgets.dll" -Destination "Build/LipidSpace" -force powershell Compress-Archive "Build/LipidSpace" "Build/LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}.zip" -force shell: cmd