Skip to content

Commit

Permalink
Add libraries in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapiz committed Sep 15, 2020
1 parent b99ffdb commit 4137d99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ jobs:
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cd build && cmake --build . --config $BUILD_TYPE

- name: Copy libraries
working-directory: ${{github.workspace}}
run: |
cd build
wget https://github.com/Rapiz1/DungeonRush/releases/download/v1.0-alpha/win-${{matrix.arch}}-lib.tar.gz
tar xzf win-${{matrix.arch}}-lib.tar.gz
mv win-${{matrix.arch}}-lib/* bin
- uses: actions/upload-artifact@v2
with:
name: DungeonRush-${{runner.os}}-${{matrix.arch}}
Expand Down

0 comments on commit 4137d99

Please sign in to comment.