Allow remove unsigned to error
This commit is contained in:
@@ -78,6 +78,7 @@ jobs:
|
||||
|
||||
- name: Remove unsigned
|
||||
run: cd app/release/ && for file in *-unsigned*; do mv "$file" "${file//-unsigned/}"; done
|
||||
continue-on-error: true
|
||||
|
||||
- name: get-npm-version
|
||||
id: package-version
|
||||
|
||||
Reference in New Issue
Block a user