Skip to content

Commit 1b2ae91

Browse files
tenth action fix
1 parent 0c18cb9 commit 1b2ae91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Build windows/amd64
2525
run: GOOS=windows GOARCH=amd64 go build -o ChunkCleaner-Win64.exe
2626

27-
# - name: Build linux/amd64
28-
# run: GOOS=linux GOARCH=amd64 go build -o ChunkCleaner-Linux64 -v ./...
27+
- name: Build linux/amd64
28+
run: GOOS=linux GOARCH=amd64 go build -o ChunkCleaner-Linux64 -v ./...
2929

3030
- name: Debug - List files
3131
run: |
@@ -37,6 +37,6 @@ jobs:
3737
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3838
prerelease: false
3939
files: |
40-
- LICENSE
41-
- ChunkCleaner-Win64.exe
42-
# - ChunkCleaner-Linux64
40+
LICENSE
41+
ChunkCleaner-Win64.exe
42+
ChunkCleaner-Linux64

0 commit comments

Comments
 (0)