1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

build for snap store

This commit is contained in:
Mikael Finstad 2020-03-29 18:02:26 +08:00
parent d683fbbb69
commit 7c07ed73f1
2 changed files with 6 additions and 5 deletions

View File

@ -26,6 +26,12 @@ jobs:
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.snapcraft_token }}
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:

View File

@ -146,11 +146,6 @@
"AppImage",
"snap"
]
},
"snap": {
"publish": [
"github"
]
}
}
}