mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-05 12:17:45 +00:00
Move artifacts to the root folder
This commit is contained in:
parent
7e0b0d1bfc
commit
bc56106e1d
1 changed files with 13 additions and 9 deletions
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
|
@ -58,6 +58,9 @@ jobs:
|
||||||
run: cargo clippy --features oodle
|
run: cargo clippy --features oodle
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose --features oodle
|
run: cargo test --verbose --features oodle
|
||||||
|
- name: Prepare Artifacts
|
||||||
|
run: |
|
||||||
|
mv target/release/* .
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -67,15 +70,16 @@ jobs:
|
||||||
USAGE.md
|
USAGE.md
|
||||||
README.md
|
README.md
|
||||||
Caddyfile
|
Caddyfile
|
||||||
target/release/kawari-admin*
|
kawari-admin*
|
||||||
target/release/kawari-frontier*
|
kawari-frontier*
|
||||||
target/release/kawari-lobby*
|
kawari-lobby*
|
||||||
target/release/kawari-login*
|
kawari-login*
|
||||||
target/release/kawari-patch*
|
kawari-patch*
|
||||||
target/release/kawari-web*
|
kawari-web*
|
||||||
target/release/kawari-world*
|
kawari-world*
|
||||||
target/release/kawari-launcher*
|
kawari-launcher*
|
||||||
!target/release/*.d
|
kawari-savedatabank*
|
||||||
|
!*.d
|
||||||
resources/
|
resources/
|
||||||
!resources/tests
|
!resources/tests
|
||||||
!resources/opcodes.json
|
!resources/opcodes.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue