Skip to content

Commit

Permalink
Fix linux upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 21, 2023
1 parent 0ca1caa commit c5df6c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
os: ubuntu-20.04
ext: ""
runtime: linux-x64
build: linux
vars: CXX="g++"
setup: |
sudo apt-get update
Expand Down Expand Up @@ -50,13 +49,13 @@ jobs:
cmake --no-warn-unused-cli \
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE \
-DCMAKE_BUILD_TYPE:STRING=Release \
-B ./build/${{ matrix.config.build }} \
-B ./build/ \
-G "Ninja"
- name: Build
shell: bash
run: |
cmake --build ./build/${{ matrix.config.build }} --config Release --target all -j 4
cmake --build ./build --config Release --target all -j 4
- name: Upload artifacts
uses: Shopify/upload-to-release@v1.0.1
Expand Down

0 comments on commit c5df6c9

Please sign in to comment.