Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 16, 2024
1 parent febcf0f commit f953d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
../cmake-3.28.0-linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B build-release
../cmake-3.28.0-linux-x86_64/bin/cmake --build build-release --target all
python3 main.py
zip -r build.zip target/*
zip -r build-linux.zip target/*
- name: upload
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build.zip
path: native/build-linux.zip

0 comments on commit f953d7e

Please sign in to comment.