Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPaulo-creator authored Nov 25, 2024
1 parent cb35fd5 commit adc2a28
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@ jobs:
go-version: '1.23'

- name: Build
run: |
mkdir -p release
go build -o release/gosimpleiterator
- name: Upload Release Artifact
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./release/gosimpleiterator
run: go build .

0 comments on commit adc2a28

Please sign in to comment.