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
|
||||||
|
|||||||
Reference in New Issue
Block a user