diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-04-13 14:05:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 14:05:03 +0300 |
| commit | 3931e26b3b309466b80bf9770f21c6106a6309e7 (patch) | |
| tree | f0dba47ba100fd1572675986ee296207260ff3d7 /.github | |
| parent | cad8b4072666de2337cf309adabd80bdec633cb9 (diff) | |
Update release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85cda37..4dcfcae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v4 - - uses: wangyoucao577/go-release-action@v1 + - uses: uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -34,3 +34,4 @@ jobs: goversion: 1.24.2 binary_name: "reencoder" compress_assets: OFF + project_path: ./cmd/ |
