mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Linux Build test
This commit is contained in:
parent
2f77ec2f56
commit
247eda7c59
2 changed files with 8 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
skip_build: true
|
||||
# If the commit is tagged with a version (e.g. "v1.0.0"),
|
||||
# release the app after building
|
||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
# release: ${{ startsWith(github.ref, 'refs/tags/v') }} disabled for now as it caused problems
|
||||
- name: Archive production builds
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
@ -39,6 +39,13 @@
|
|||
"productName": "ArmCord",
|
||||
"mac": {
|
||||
"category": "Internet"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"deb",
|
||||
"tar.gz",
|
||||
"rpm",
|
||||
"AppImage"]
|
||||
}
|
||||
},
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue