Attach the kiosk deb to the Gitea release
CI / frontend (push) Canceled after 0s
CI / kiosk (push) Canceled after 0s
CI / server (push) Canceled after 14s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Canceled after 0s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
CI / kiosk (push) Canceled after 0s
CI / server (push) Canceled after 14s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Canceled after 0s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Canceled after 0s
This commit is contained in:
@@ -36,8 +36,14 @@ jobs:
|
||||
find bundle -name '*.deb' -exec cp {} dist/ \;
|
||||
ls -lh dist
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pistation-kiosk-arm64
|
||||
path: dist/*
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Attach the deb to the Gitea release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
run: ./.gitea/scripts/release-assets.sh "${{ github.ref_name }}" dist/*.deb
|
||||
|
||||
Reference in New Issue
Block a user