Skip to content

Commit bc6a033

Browse files
committed
Fix release
1 parent 7f59c26 commit bc6a033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
2929

3030
- name: Build xcaddy with plugin
31-
run: xcaddy build --with github.com/cego/caddy-docker-api-auth@latest=./ --output caddy-${{ matrix.goos }}-${{ matrix.goarch }}
31+
run: xcaddy build --with github.com/cego/caddy-docker-api-auth@latest=./ --output caddy-docker-api-${{ matrix.goos }}-${{ matrix.goarch }}
3232

3333
- name: Release
3434
uses: softprops/action-gh-release@v2
3535
with:
36-
files: caddy-${{ matrix.goos }}-${{ matrix.goarch }}
36+
files: caddy-docker-api-${{ matrix.goos }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)