We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7b37 commit 538c472Copy full SHA for 538c472
.github/workflows/cross-compile.yml
@@ -8,15 +8,7 @@ permissions:
8
contents: write
9
packages: write
10
11
-
12
13
- jobs:
14
- release-linux-amd64:
15
- name: release linux/amd64
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@v4
19
+jobs:
20
release-linux-amd64:
21
name: release linux/amd64
22
runs-on: ubuntu-latest
@@ -61,4 +53,4 @@ permissions:
61
53
github_token: ${{ secrets.BUILD }}
62
54
goos: windows
63
55
goarch: amd64
64
- binary_name: GopherLetics_Windows_AMD64
56
+ binary_name: GopherLetics_Windows_AMD64
0 commit comments