Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Navyum authored Jan 6, 2025
1 parent 3618b61 commit 9f49be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GOOS=$(echo ${{ matrix.os }} | sed 's/-latest//')
GOARCH=${{ matrix.arch }}
OUTPUT_NAME=shimoExporter-${GOOS}-${GOARCH}
go mod init shimoExporter && go mod tidy && go build -o $OUTPUT_NAME ./app/main.go
export CGO_ENABLED=1 && go mod init shimoExporter && go mod tidy && go build -o $OUTPUT_NAME ./app/main.go
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9f49be0

Please sign in to comment.