Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 6, 2024
1 parent 9526d8e commit 6d86391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
# SUCCESS: the typical value for $? per OS (Windows/pwsh returns 'True')
include:
- os: ubuntu-latest
XCADDY_BIN_PATH: ./cmd/xcaddy/xcaddy
XCADDY_BIN_PATH: ./cmd/xgo-cqhttp/xgo-cqhttp
SUCCESS: 0

- os: macos-latest
XCADDY_BIN_PATH: ./cmd/xcaddy/xcaddy
XCADDY_BIN_PATH: ./cmd/xgo-cqhttp/xgo-cqhttp
SUCCESS: 0

- os: windows-latest
XCADDY_BIN_PATH: ./cmd/xcaddy/xcaddy.exe
XCADDY_BIN_PATH: ./cmd/xgo-cqhttp/xgo-cqhttp.exe
SUCCESS: 'True'

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
go get -v -t -d ./...
- name: Build xcaddy
working-directory: ./cmd/xcaddy
working-directory: ./cmd/xgo-cqhttp
env:
CGO_ENABLED: 0
run: |
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Publish Build Artifact
uses: actions/upload-artifact@v1
with:
name: xcaddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
name: xgo-cqhttp_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
path: ${{ matrix.XCADDY_BIN_PATH }}

- name: Run tests
Expand Down

0 comments on commit 6d86391

Please sign in to comment.