test workflow

This commit is contained in:
2026-03-13 12:38:18 +00:00
parent 9f1a71b3b1
commit 39be66d752
4 changed files with 36 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@ jobs:
DOWNLOAD_URL_TEMPLATE: https://github.com/cjpais/Handy/releases/download/v{version}/Handy_{version}_amd64.AppImage
RELEASE_API_REPO: cjpais/Handy
RELEASE_TAG_TEMPLATE: v{version}
GITHUB_TOKEN: ${{ secrets.github_token || secrets.GITHUB_TOKEN }}
shell: bash
run: bash .gitea/scripts/update-appimage-nix.sh
+1
View File
@@ -27,6 +27,7 @@ jobs:
DOWNLOAD_URL_TEMPLATE: https://github.com/imputnet/helium-linux/releases/download/{version}/helium-{version}-x86_64.AppImage
RELEASE_API_REPO: imputnet/helium-linux
RELEASE_TAG_TEMPLATE: '{version}'
GITHUB_TOKEN: ${{ secrets.github_token || secrets.GITHUB_TOKEN }}
shell: bash
run: bash .gitea/scripts/update-appimage-nix.sh
+1
View File
@@ -27,6 +27,7 @@ jobs:
DOWNLOAD_URL_TEMPLATE: https://github.com/zen-browser/desktop/releases/download/{version}/zen-x86_64.AppImage
RELEASE_API_REPO: zen-browser/desktop
RELEASE_TAG_TEMPLATE: '{version}'
GITHUB_TOKEN: ${{ secrets.github_token || secrets.GITHUB_TOKEN }}
shell: bash
run: bash .gitea/scripts/update-appimage-nix.sh