Skip to content

Commit

Permalink
feat(fate): remove old env setting
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Oct 13, 2022
1 parent c5a3be0 commit dd90461
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
go mod tidy
export GOARCH=${{ matrix.arch }}
export CGO_ENABLED=1
# echo "::set-env name=FATENAME::fate_$(go env GOOS)_$(go env GOARCH)"
echo "FATENAME=fate_$(go env GOOS)_$(go env GOARCH)" >> $GITHUB_ENV
echo "$(go env GOOS) $(go env GOARCH)"
Expand All @@ -64,7 +63,6 @@ jobs:
go mod tidy
set GOARCH=${{ matrix.arch }}
set CGO_ENABLED=1
# echo "::set-env name=FATENAME::fate_windows_amd64"
echo "FATENAME=fate_windows_amd64" >> $GITHUB_ENV
echo "buiding"
go build -o fate_windows_amd64.exe -v ./cmd/console
Expand All @@ -81,7 +79,6 @@ jobs:
go mod tidy
set GOARCH=${{ matrix.arch }}
set CGO_ENABLED=1
# echo "::set-env name=FATENAME::fate_windows_386"
echo "FATENAME=fate_windows_386" >> $GITHUB_ENV
echo "buiding"
go build -o fate_windows_386.exe -v ./cmd/console
Expand Down

0 comments on commit dd90461

Please sign in to comment.