Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Aug 29, 2024
1 parent 7768397 commit 53dd7f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@ jobs:
git submodule update --init
rm -r -f bin
mkdir bin
mkdir release
shell: alpine.sh --root {0}

- name: Build
run: |
make STATIC=1 HOST=linux PLATFORM=${{ matrix.os-arch }} cleanlib -j8
make STATIC=1 HOST=linux PLATFORM=${{ matrix.os-arch }} -j8
chmod +x bin/cliraop-linux-${{ matrix.os-arch }}
cp bin/cliraop-linux-${{ matrix.os-arch }} release/
shell: alpine.sh --root {0}

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: cliraop-linux-${{ matrix.os-arch }}
path: bin/
path: release/

0 comments on commit 53dd7f4

Please sign in to comment.