Skip to content

Commit

Permalink
Added artifact uploading for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofei302 committed Dec 21, 2024
1 parent e61ec17 commit e7bcadf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/vangers_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ jobs:
- name: make
run: make
working-directory: build
- name: prepare release folder
run: |
mkdir -p vangers/bin
cp build/src/vangers vangers/bin/
cp build/server/vangers_server vangers/bin/
cp build/surmap/surmap vangers/bin/
- uses: actions/upload-artifact@v4
with:
name: Vangers-Release-Linux64
path: vangers

0 comments on commit e7bcadf

Please sign in to comment.