Skip to content

Commit

Permalink
Updated arch value
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jan 31, 2024
1 parent 7bde0db commit 6f419ae
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f419ae

Please sign in to comment.