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