trying to use upload-artifact action
CI / node-build (push) Successful in 2m18s
CI / docker-build (push) Failing after 25s
CI / deploy (push) Failing after 1s

This commit is contained in:
2026-06-24 08:39:23 +08:00
parent 051d6e6d23
commit 92a90f0841
+2 -1
View File
@@ -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