This commit is contained in:
		| @@ -14,18 +14,16 @@ jobs: | ||||
|       - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." | ||||
|       - run: echo "🖥️ The workflow is now ready to test your code on the runner." | ||||
|       - name: Update version info | ||||
|         run: | | ||||
|           ./${{ gitea.workspace }}/tools/update_version.py | ||||
|         run: ./tools/update_version.py | ||||
|       - name: Prepare GPG | ||||
|         run: | | ||||
|           /usr/lib/gnupg/gpg-preset-passphrase --preset --passphrase ${GPG_PASSPHRASE} ${GPG_KEYGRIP} | ||||
|         run: /usr/lib/gnupg/gpg-preset-passphrase --preset --passphrase ${GPG_PASSPHRASE} ${GPG_KEYGRIP} | ||||
|       - name: Build AppImage | ||||
|         run: ./${{ gitea.workspace }}/tools/build.sh | ||||
|         run: ./tools/build.sh | ||||
|         env: | ||||
|           GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} | ||||
|           GPG_KEYGRIP: ${{ env.GPG_KEYGRIP }} | ||||
|       - name: Upload AppImage | ||||
|         run: ./{{ gitea.workspace }}/tools/upload_gitea.sh | ||||
|         run: ./tools/upload_gitea.sh | ||||
|         env: | ||||
|           UPLOAD_TOKEN: ${{ env.GITEA_TOKEN }} | ||||
|           UPLOAD_USER: ${{ env.GITEA_USER }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user