File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
$url = "${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/gptscript-${{ github.ref_name }}-windows-amd64.zip"
45
45
./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
46
- node-release :
47
- needs : release-tag
48
- runs-on : ubuntu-latest
49
- steps :
50
- - name : trigger dispatch
51
- uses : peter-evans/repository-dispatch@v3
52
- with :
53
- token : ${{ secrets.DISPATCH_PAT }}
54
- repository : gptscript-ai/node-gptscript
55
- event-type : release
56
- client-payload : ' {"tag": "${{ github.ref_name }}"}'
57
- python-release :
58
- needs : release-tag
59
- runs-on : ubuntu-latest
60
- steps :
61
- - name : trigger dispatch
62
- uses : peter-evans/repository-dispatch@v3
63
- with :
64
- token : ${{ secrets.DISPATCH_PAT }}
65
- repository : gptscript-ai/py-gptscript
66
- event-type : release
67
- client-payload : ' {"tag": "${{ github.ref_name }}"}'
68
- go-release :
69
- needs : release-tag
70
- runs-on : ubuntu-latest
71
- steps :
72
- - name : trigger dispatch
73
- uses : peter-evans/repository-dispatch@v3
74
- with :
75
- token : ${{ secrets.DISPATCH_PAT }}
76
- repository : gptscript-ai/go-gptscript
77
- event-type : release
78
- client-payload : ' {"tag": "${{ github.ref_name }}"}'
You can’t perform that action at this time.
0 commit comments