gitea-packages-update-check #7

Merged
usbharu merged 3 commits from gitea-packages-update-check into master 2024-03-13 09:35:46 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit c4d8f9d1eb - Show all commits

View File

@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "^1.20"
- run: go build -o gitea-packages-update-check -ldflags="-s -w" -trimpath
- run: curl --user usbharu:${{ secrets.DEPLOY_TOKEN }} --upload-file gitea-packages-update-check https://git.usbharu.dev/api/packages/usbharu/generic/gitea-packages-update-check/${{ github.sha }}/gitea-packages-update-check
if: github.event.pull_request.merged == true