mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added a tweak to update unarmed attacks after leveling up
Changed the artifact package name.
This commit is contained in:
@@ -36,16 +36,16 @@ jobs:
|
||||
- name: Prepare artifact
|
||||
run: |
|
||||
:
|
||||
mkdir -p ddraw
|
||||
mkdir -p sfall-build
|
||||
|
||||
cp artifacts/ddraw.ini ddraw
|
||||
cp artifacts/sfall.dat ddraw
|
||||
cp "${{ steps.build.outputs.release-xp }}" ddraw
|
||||
cp artifacts/ddraw.ini sfall-build
|
||||
cp artifacts/sfall.dat sfall-build
|
||||
cp "${{ steps.build.outputs.release-xp }}" sfall-build
|
||||
shell: bash
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ddraw
|
||||
path: ddraw
|
||||
name: sfall-build
|
||||
path: sfall-build
|
||||
retention-days: 14
|
||||
|
||||
Reference in New Issue
Block a user