Skip to content

Commit 2ed09ea

Browse files
committed
hopefully working workflow changes
1 parent 0595807 commit 2ed09ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/beta.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
- name: Build
2424
uses: thatisuday/go-cross-build@master
2525
with:
26-
platforms: 'linux/amd64, linux/arm64, darwin/amd64, windows/amd64'
26+
platforms: 'linux/amd64,linux/arm64,darwin/amd64,windows/amd64'
27+
package: ./
2728
compress: 'true'
28-
dest: 'dist'
29+
dest: dist
2930

3031
- name: Pre-Release
3132
uses: softprops/[email protected]

0 commit comments

Comments
 (0)