Update workflow.yml

trying to fix autodeploy bug
Esse commit está contido em:
Kyle Mathewson
2019-12-19 16:04:45 -07:00
commit de GitHub
commit 920a2ad7bf
+4
Ver Arquivo
@@ -30,6 +30,10 @@ jobs:
- name: Build
run: yarn build
- name: Create artifact dir
run: |
mkdir -p artifacts
- name: Archive Produciton Artifacts
uses: actions/upload-artifact@master
with: