Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 authored Sep 11, 2024
1 parent 4f720fb commit 8ad4d98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
cmake --build build-rel --config Release -j3
(cd build-rel && cpack -G External)
mv README.md readme.txt
mv build-cmake/*.appimage future.appimage
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: future-linux
path: |
future.appimage
readme.txt
build-windows:
runs-on: windows-latest
steps:
Expand All @@ -42,7 +40,7 @@ jobs:
cmake -S . -B build-windows -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-windows --config Release --parallel 10
(cd build-windows && cpack)
..
cd ..
mv _packages/*.zip _packages/future-windows-x64.zip
- name: Unzip Package
run: Expand-Archive -Path _packages/future-windows-x64 -DestinationPath future-windows-x64
Expand Down

0 comments on commit 8ad4d98

Please sign in to comment.