update depoly
Some checks failed
Release Electron App / release-desktop (push) Failing after 2m30s

This commit is contained in:
2026-03-03 15:31:44 +01:00
parent ca40b220c5
commit 74484a7c07

View File

@@ -24,7 +24,7 @@ jobs:
run: npm install
- name: Set version from tag
run: npm version "${GITEA_REF_NAME#v}" --no-git-tag-version
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
- name: Make App (Linux)
run: npm run make -- --platform=linux --arch=x64