mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Get deploy files from the correct directory
Previous path was `_deploy/`. New path is `../_deploy`.
This commit is contained in:
2
.github/workflows/appengine_deploy.yml
vendored
2
.github/workflows/appengine_deploy.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: appengine_files
|
||||
path: _deploy/
|
||||
path: ../_deploy/
|
||||
|
||||
deploy:
|
||||
name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user