Skip to content

Commit

Permalink
Separate the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent d72a561 commit 04fcb21
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
run: |
mkdir artifacts && cd sdk &&
zip -r ../artifacts/mod_sdk.zip . && cp lib/libserver_modloader.so ../artifacts && cd ..
- name: Archive artifacts
- name: Artifact - libserver_modloader.so
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts
name: libserver_modloader.so
path: artifacts/libserver_modloader.so
- name: Artifact - mod_sdk.zip
uses: actions/upload-artifact@v3
with:
name: mod_sdk.zip
path: artifacts/mod_sdk.zip

0 comments on commit 04fcb21

Please sign in to comment.