Usando github upload/download artifact
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user