trying to use upload-artifact action
This commit is contained in:
@@ -28,7 +28,8 @@ jobs:
|
||||
- name: Create archive
|
||||
run: tar -czf docker-images/bee-dashboard/bee-dashboard.tar -C src/build .
|
||||
- name: Upload folder as artifact
|
||||
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||
#uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-artifact
|
||||
path: docker-images/bee-dashboard/bee-dashboard.tar
|
||||
@@ -45,7 +46,7 @@ jobs:
|
||||
username: woggioni
|
||||
password: ${{ secrets.PUBLISHER_TOKEN }}
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build.artifact
|
||||
path: docker-images/bee-dashboard/bee-dashboard.tar
|
||||
@@ -67,7 +68,7 @@ jobs:
|
||||
needs: node-build
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build.artifact
|
||||
path: docker-images/bee-dashboard/bee-dashboard.tar
|
||||
|
||||
Reference in New Issue
Block a user