Automatic commit

This commit is contained in:
oeyoews 2022-09-27 19:40:56 +08:00
parent 5ff4adf9d2
commit b188f595d1

View file

@ -67,6 +67,9 @@ jobs:
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Make Linux (appimage)
run: make build-appimage
- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')