Usando github upload/download artifact
Some checks failed
CD for startPage / build (push) Successful in 13s
CD for startPage / deploy (push) Failing after 1s

This commit is contained in:
2023-07-01 01:10:48 -04:00
parent 89a5c713fa
commit 0fc0007902

View File

@@ -15,7 +15,7 @@ jobs:
run: ./build.sh
- name: Store build artifact
uses: actions/upload-artifact@v3
uses: https://github.com/actions/upload-artifact@v3
with:
name: build
path: public/
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
uses: https://github.com/actions/download-artifact@v3
with:
name: build