Skip to content

Commit

Permalink
Update build workflows and do not upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RincewindsHat committed Mar 17, 2023
1 parent 273b8bd commit efba0c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Go Test
run: make test

- name: Go Build
run: make build

- name: Upload artifact
uses: actions/[email protected]
with:
name: check_by_powershell-go${{ matrix.go }}
path: build
# - name: Upload artifact
# uses: actions/[email protected]
# with:
# name: check_by_powershell-go${{ matrix.go }}
# path: build

0 comments on commit efba0c0

Please sign in to comment.