Skip to content

Commit

Permalink
build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
danbai225 committed Oct 26, 2024
1 parent c470ea9 commit ef1f372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# GOARCH: arm64
runs-on: ${{ matrix.build.os }}
env:
APP_NAME: gpp-client
ZIP_FILE: gpp-client-${{ matrix.build.GOOS }}-${{ matrix.build.GOARCH }}.zip
APP_NAME: gpp
ZIP_FILE: gpp-${{ matrix.build.GOOS }}-${{ matrix.build.GOARCH }}.zip
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit ef1f372

Please sign in to comment.