Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse committed Apr 19, 2024
1 parent 156b602 commit 3430141
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with: { go-version: 1.22.2 }
- run: go version
- run: git clone https://codeberg.org/VnPower/PixivFE src
- run: cd src && CGO_ENABLED=0 GOOS=linux GOARCH=${{ matrix.arch }} go build -mod=readonly -v -ldflags="-s -w" -o pixivfe && ./pixivfe --help
- run: cd src && CGO_ENABLED=0 GOOS=linux GOARCH=${{ matrix.arch }} go build -mod=readonly -v -ldflags="-s -w" -o pixivfe && ./pixivfe --help
- uses: actions/upload-artifact@v4
with: { name: "pixivfe-${{ matrix.arch }}", path: src/pixivfe }

0 comments on commit 3430141

Please sign in to comment.