No se pueden usar artefactos aun
This commit is contained in:
@@ -14,21 +14,14 @@ jobs:
|
||||
- name: Run build step
|
||||
run: ./build.sh
|
||||
|
||||
- name: Store build artifact
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
path: public/
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download build artifact
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run build step
|
||||
run: ./build.sh
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
||||
Reference in New Issue
Block a user