Update build.yml

This commit is contained in:
budgidiere 2020-07-15 14:10:48 -05:00 committed by GitHub
parent f204802b3b
commit 1aa6aae4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,10 @@ jobs:
- name: Build YAPFA
run: |
git submodule init
git submodule update --init --recursive
git submodule update --init --recursive -f
git config --global user.email "ci@github.com"
git config --global user.name "Github CI"
sudo chmod -R -f 777 scripts
./yapfa paperclip
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview