File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed
Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 pattern : AppImage-*
4949 merge-multiple : true
50- - name : Read version and get date
51- run : |
52- cat ./appname
53- cat ./version
54- echo "APPNAME=$(cat ./appname)" >> "${GITHUB_ENV}"
55- echo "VERSION=$(cat ./version)" >> "${GITHUB_ENV}"
56- echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
57- - name : Release Artifacts
58- uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
59- with :
60- name : " ${{ env.APPNAME }}: ${{ env.VERSION }}"
61- tag_name : " ${{ env.VERSION }}@${{ env.DATE }}"
62- prerelease : false
63- draft : false
64- generate_release_notes : false
65- make_latest : true
66- files : |
67- *.AppImage*
68-
69- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70- - name : Update LATEST_VERSION
71- run : |
72- echo "${{ env.VERSION }}" > ./LATEST_VERSION
73- git config user.name "github-actions[bot]"
74- git config user.email "github-actions[bot]@users.noreply.github.com"
75- git add ./LATEST_VERSION
76- git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
77- git push
50+ - name : Release AppImage
51+ uses : pkgforge-dev/make-stable-appimage-release@v1
You can’t perform that action at this time.
0 commit comments