mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-04 04:04:44 -07:00
fix AUR releases for gerbil
This commit is contained in:
parent
b913dc5c60
commit
949cdcf975
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aur-release.yml
vendored
2
.github/workflows/aur-release.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
const version = tag.replace(/^v/, '');
|
const version = tag.replace(/^v/, '');
|
||||||
const authorName = packageJson.author.name;
|
const authorName = packageJson.author.name;
|
||||||
const authorEmail = packageJson.author.email;
|
const authorEmail = packageJson.author.email;
|
||||||
const appImageUrl = `https://github.com/lone-cloud/gerbil/releases/download/${tag}/Friendly.Kobold-${version}.AppImage`;
|
const appImageUrl = `https://github.com/lone-cloud/gerbil/releases/download/${tag}/Gerbil-${version}.AppImage`;
|
||||||
|
|
||||||
core.setOutput('version', version);
|
core.setOutput('version', version);
|
||||||
core.setOutput('tag', tag);
|
core.setOutput('tag', tag);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue