Skip to content

Commit

Permalink
Update build-release-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu authored Oct 8, 2024
1 parent a687a32 commit f927715
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Display Go version
run: go version

- name: Set up Go Modules
run: |
go mod tidy # Ensures go.mod and go.sum are up to date
go mod download # Downloads all dependencies
- name: Display the release tag
run: |
echo "Release tag: ${{ github.event.release.tag_name }}"
Expand Down Expand Up @@ -60,4 +65,4 @@ jobs:
./release/source-code.zip
./release/source-code.tar.gz
file_glob: false


0 comments on commit f927715

Please sign in to comment.