File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 name : bash
5959 path : ' ./bash*.AppImage*'
60+ publish-appimage :
61+ runs-on : ubuntu-20.04
62+ needs : test
63+ steps :
64+ - uses : actions/checkout@v2
65+ - name : Download AppImage from build job
66+ uses : actions/download-artifact@v2
67+ with :
68+ name : appimage-builder
69+ - uses : " marvinpinto/action-automatic-releases@latest"
70+ with :
71+ repo_token : " ${{ secrets.GITHUB_TOKEN }}"
72+ prerelease : false
73+ files : ' ./appimage-builder*.AppImage*'
6074 publish-python-wheel :
6175 runs-on : ubuntu-latest
6276 needs : test
7791 run : |
7892 python setup.py sdist bdist_wheel
7993 twine upload dist/*
80- publish-appimage :
81- runs-on : ubuntu-20.04
82- needs : test
83- steps :
84- - uses : actions/checkout@v2
85- - name : Download AppImage from build job
86- uses : actions/download-artifact@v2
87- with :
88- name : appimage-builder
89- - uses : " marvinpinto/action-automatic-releases@latest"
90- with :
91- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
92- prerelease : false
93- files : ' ./appimage-builder*.AppImage*'
You can’t perform that action at this time.
0 commit comments