Skip to content

Commit

Permalink
removed 7za from window build. redeced artifact retention to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
jontio committed Mar 21, 2021
1 parent 73ecb41 commit 246f2cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: jaero_windows
retention-days: 2
retention-days: 1
path: |
JAERO/JAERO/release/*.zip
# upload linux artifacts
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: jaero_linux
retention-days: 2
retention-days: 1
path: |
JAERO/bin/*.tar.gz
release:
Expand Down
9 changes: 5 additions & 4 deletions ci-windows-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ cp /mingw64/bin/libintl-8.dll $PWD
cp /mingw64/bin/libpcre-1.dll $PWD
cp /mingw64/bin/libbrotlicommon.dll $PWD
cp /mingw64/bin/libiconv-2.dll $PWD
cp /usr/lib/p7zip/7za.exe $PWD
cp /usr/bin/msys-stdc++-6.dll $PWD
cp /usr/bin/msys-gcc_s-seh-1.dll $PWD
cp /usr/bin/msys-2.0.dll $PWD
#7za.exe not needed anymore
#cp /usr/lib/p7zip/7za.exe $PWD
#cp /usr/bin/msys-stdc++-6.dll $PWD
#cp /usr/bin/msys-gcc_s-seh-1.dll $PWD
#cp /usr/bin/msys-2.0.dll $PWD
cp /mingw64/bin/aeroambe.dll $PWD
cp /mingw64/bin/libmbe.dll $PWD
#basestation if available
Expand Down

0 comments on commit 246f2cb

Please sign in to comment.