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

This commit is contained in:
2026-08-14 16:14:52 -04:00
parent 2e01f69ded
commit d7e9a4486d
2 changed files with 102 additions and 1 deletions
+7 -1
View File
@@ -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