Skip to content

Commit 538c472

Browse files
author
shur3d
committed
fix: Rewrite cross-compile.yml with correct YAML structure
1 parent 78b7b37 commit 538c472

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/cross-compile.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ permissions:
88
contents: write
99
packages: write
1010

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:
11+
jobs:
2012
release-linux-amd64:
2113
name: release linux/amd64
2214
runs-on: ubuntu-latest
@@ -61,4 +53,4 @@ permissions:
6153
github_token: ${{ secrets.BUILD }}
6254
goos: windows
6355
goarch: amd64
64-
binary_name: GopherLetics_Windows_AMD64
56+
binary_name: GopherLetics_Windows_AMD64

0 commit comments

Comments
 (0)