Skip to content

Commit

Permalink
Update WindowsRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu authored Nov 12, 2024
1 parent a815a8b commit eb521e8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/WindowsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ jobs:
host: 'windows'
target: 'desktop'
-
name: Download bsdtar
name: Download dependencies
run: |
New-Item -ItemType Directory -Path ${{github.workspace}}\tmp
Invoke-WebRequest "https://github.com/mhogomchungu/sirikali/releases/download/1.5.2/bsdtar.zip" -OutFile ${{github.workspace}}\tmp\bsdtar.zip
Invoke-WebRequest "https://github.com/mhogomchungu/media-downloader-git/releases/download/0.0.0/libs.zip" -OutFile ${{github.workspace}}\tmp\libs.zip
-
name: Extract archive bsdtar
name: Extract dependencies
run: |
Expand-Archive -Path ${{github.workspace}}\tmp\bsdtar.zip -DestinationPath ${{github.workspace}}\tmp
Expand-Archive -Path ${{github.workspace}}\tmp\libs.zip -DestinationPath ${{github.workspace}}\tmp
-
name: Configure CMake for Qt5
env:
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
New-Item -ItemType Directory -Path ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }}\extra\bsdtar
Copy-Item ${{github.workspace}}\tmp\bsdtar\* -Destination ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }}\extra\bsdtar -Recurse
Copy-Item ${{github.workspace}}\tmp\libs\* -Destination ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }} -Recurse
Copy-Item -Path ${{github.workspace}}\SiriKali\translations -Destination ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }} -Recurse
Copy-Item -Path ${{github.workspace}}\SiriKali\build5\sirikali.exe -Destination ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }}
Expand Down Expand Up @@ -146,7 +149,9 @@ jobs:
New-Item -ItemType Directory -Path ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }}\extra
New-Item -ItemType Directory -Path ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }}\extra\bsdtar
Copy-Item ${{github.workspace}}\tmp\bsdtar\* -Destination ${{github.workspace}}\SiriKaliQt5-${{ env.RELEASEVERSION }}\extra\bsdtar -Recurse
Copy-Item ${{github.workspace}}\tmp\bsdtar\* -Destination ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }}\extra\bsdtar -Recurse
Copy-Item ${{github.workspace}}\tmp\libs\msvcr100.dll -Destination ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }}
Copy-Item -Path ${{github.workspace}}\SiriKali\translations -Destination ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }} -Recurse
Copy-Item -Path ${{github.workspace}}\SiriKali\build6\sirikali.exe -Destination ${{github.workspace}}\SiriKaliQt6-${{ env.RELEASEVERSION }}
Expand Down

0 comments on commit eb521e8

Please sign in to comment.