This repository was archived by the owner on Jan 4, 2025. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
- run : GOOS=windows GOARCH=amd64 go build -a -tags netgo -installsuffix netgo --ldflags '-extldflags "-static"' -o windows-gowl.exe
22
22
- run : GOOS=darwin GOARCH=amd64 go build -a -tags netgo -installsuffix netgo --ldflags '-extldflags "-static"' -o mac-gowl
23
23
- run : GOOS=linux GOARCH=amd64 go build -a -tags netgo -installsuffix netgo --ldflags '-extldflags "-static"' -o linux-gowl
24
- - run : tar zfc dist/gowl-${{ github.ref }}-x86_64-windows.tar.gz windows-gowl.exe
25
- - run : tar zfc dist/gowl-${{ github.ref }}-x86_64-darwin.tar.gz mac-gowl
26
- - run : tar zfc dist/gowl-${{ github.ref }}-x86_64-linux.tar.gz linux-gowl
24
+ - run : tar zfc dist/gowl-${{ github.ref_name }}-x86_64-windows.tar.gz windows-gowl.exe
25
+ - run : tar zfc dist/gowl-${{ github.ref_name }}-x86_64-darwin.tar.gz mac-gowl
26
+ - run : tar zfc dist/gowl-${{ github.ref_name }}-x86_64-linux.tar.gz linux-gowl
27
27
28
28
- name : Create Release
29
29
id : create_release
33
33
with :
34
34
draft : true
35
35
files : |
36
- dist/gowl-${{ github.ref }}-x86_64-windows.tar.gz
37
- dist/gowl-${{ github.ref }}-x86_64-darwin.tar.gz
38
- dist/gowl-${{ github.ref }}-x86_64-linux.tar.gz
36
+ dist/gowl-${{ github.ref_name }}-x86_64-windows.tar.gz
37
+ dist/gowl-${{ github.ref_name }}-x86_64-darwin.tar.gz
38
+ dist/gowl-${{ github.ref_name }}-x86_64-linux.tar.gz
You can’t perform that action at this time.
0 commit comments