1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-21 23:17:45 +00:00

Upload artifacts from CI

This commit is contained in:
Joshua Goins 2025-03-22 19:29:29 -04:00
parent c88e3ca6d7
commit ae40e4c066

View file

@ -31,8 +31,21 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --verbose --no-default-features
run: cargo build --release --verbose --no-default-features
- name: Run clippy
run: cargo clippy --no-default-features
- name: Run tests
run: cargo test --verbose --no-default-features
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-package
path: |
target/release/kawari-admin*
target/release/kawari-frontier*
target/release/kawari-lobby*
target/release/kawari-login*
target/release/kawari-patch*
target/release/kawari-web*
!target/release/*.d
if-no-files-found: error