chore: s|gitea.com/gitea/act_runner|runner.forgejo.org|
This commit is contained in:
parent
8cb450ffe0
commit
eb1becd4b8
22 changed files with 52 additions and 62 deletions
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
env GOOS=windows GOARCH=${{matrix.architecture}} \
|
||||
go build \
|
||||
-ldflags "-s -w -X gitea.com/gitea/act_runner/internal/pkg/ver.version=${{ github.ref_name }}" \
|
||||
-ldflags "-s -w -X runner.forgejo.org/internal/pkg/ver.version=${{ github.ref_name }}" \
|
||||
-o forgejo-runner-windows-${{matrix.architecture}}.exe
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
@ -149,4 +149,3 @@ jobs:
|
|||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
fail_on_unmatched_files: true
|
||||
body: See [original release notes](https://code.forgejo.org/forgejo/runner/releases/tag/${{ github.ref_name }}).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue