File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
11
11
- name : Clone repository
12
- uses : actions/checkout@v1
12
+ uses : actions/checkout@v4
13
13
with :
14
14
submodules : true
15
15
fetch-depth : 1
16
16
17
- - name : Set up Go 1.13.1
18
- uses : actions/setup-go@v1
17
+ - name : Set up Go 1.21.5
18
+ uses : actions/setup-go@v5
19
19
with :
20
- go-version : 1.13.1
20
+ go-version : ' >=1.17.0 '
21
21
id : go
22
22
23
23
53
53
Compress-Archive -CompressionLevel Optimal -Force -Path examples/wowjump/wowjump.exe -DestinationPath release/wowjump.zip
54
54
55
55
- name : Draft Release
56
- uses : softprops/action-gh-release@v1
56
+ uses : softprops/action-gh-release@v2
57
57
if : startsWith(github.ref, 'refs/tags/') && github.repository == 'whtiehack/wingui'
58
58
env :
59
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments