File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 41
41
- name : Create WinGet Package Update Pull Request
42
42
run : |
43
43
$url = "${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/gptscript-${{ github.ref_name }}-windows-amd64.zip"
44
- ./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
44
+ ./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ builds:
15
15
goarch :
16
16
- amd64
17
17
- arm64
18
- ignore :
19
- - goos : windows
20
- goarch : arm64
21
18
flags :
22
19
- -trimpath
23
20
ldflags :
You can’t perform that action at this time.
0 commit comments