add artifact upload workflow

master
BuckarooBanzay 2020-07-27 14:23:00 +02:00
parent 5376d3044d
commit 419965cd1e
1 changed files with 21 additions and 0 deletions

21
.github/workflows/upload-artifacts.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: upload-artifacts
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: textbook/git-checkout-submodule-action@2.0.0
- name: Upload worldmods
uses: actions/upload-artifact@v2
with:
name: worldmods
path: .