File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v4
1818 with :
19- python-version : 3.8
19+ python-version : 3.12
2020
2121 - name : Install dependencies
2222 run : |
@@ -36,17 +36,12 @@ jobs:
3636 Get-FileHash -Algorithm SHA1 dist/mangotango.exe | Format-Table Hash -HideTableHeaders > dist/mangotango.exe.sha1
3737 shell : pwsh
3838
39- - name : Upload artifact
40- uses : actions/upload-artifact@v3
41- with :
42- name : mangotango
43- path : dist # Path where the .exe will be stored
44-
4539 - name : Create Release
4640 uses : softprops/action-gh-release@v1
4741 with :
4842 files : |
4943 dist/mangotango.exe
5044 dist/mangotango.exe.sha1
45+ build/pyinstaller/xref-pyinstaller.html
5146 env :
5247 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments