Skip to content

Commit

Permalink
Rename .github/release.yml to .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney authored Apr 12, 2024
1 parent 178beed commit 03cfd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz"

0 comments on commit 03cfd87

Please sign in to comment.