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