ci: use scp/ssh instead of upload-artifact for Gitea Actions compatibility #6

Merged
zihluwang merged 1 commits from develop into main 2026-06-16 01:36:08 +08:00
Owner

GitHub's actions/upload-artifact is not supported on Gitea Actions.
Replaced with appleboy/scp-action to upload artifact to deploy server,
then download via appleboy/ssh-action in subsequent jobs.

GitHub's actions/upload-artifact is not supported on Gitea Actions. Replaced with appleboy/scp-action to upload artifact to deploy server, then download via appleboy/ssh-action in subsequent jobs.
zihluwang added 1 commit 2026-06-16 01:36:01 +08:00
GitHub's actions/upload-artifact is not supported on Gitea Actions.
Replaced with appleboy/scp-action to upload artifact to deploy server,
then download via appleboy/ssh-action in subsequent jobs.
zihluwang merged commit a4794e7273 into main 2026-06-16 01:36:08 +08:00
Author
Owner

Closes #5

Closes #5
Sign in to join this conversation.