This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Set version from tag
|
- 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)
|
- name: Make App (Linux)
|
||||||
run: npm run make -- --platform=linux --arch=x64
|
run: npm run make -- --platform=linux --arch=x64
|
||||||
|
|||||||
Reference in New Issue
Block a user