Skip to content

Commit e6c222f

Browse files
committed
chore: electron-builder does so much
1 parent 309a59b commit e6c222f

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
matrix:
4848
os:
4949
- windows-latest
50-
#- ubuntu-latest
51-
#- macos-latest
50+
- ubuntu-latest
51+
- macos-latest
5252
needs: [check, release]
5353
steps:
5454
- name: Checkout repository
@@ -61,17 +61,7 @@ jobs:
6161
registry-url: "https://registry.npmjs.org"
6262
- name: Install dependencies
6363
run: npm install
64-
- name: Build App
64+
- name: Build and Publish
6565
run: npm run dist
66-
- name: Upload Asset Windows
67-
if: matrix.os == 'windows-latest'
68-
uses: actions/upload-release-asset@v1
6966
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
with:
72-
upload_url: ${{ needs.release.outputs.upload_url }}
73-
asset_path: ./dist/UnderScript Setup ${{ needs.check.outputs.version }}.exe
74-
asset_name: UnderScript.${{ needs.check.outputs.version }}.exe
75-
asset_content_type: application/octet-stream
76-
#- name: Upload Asset Mac
77-
#- name: Upload Asset Linux
67+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UnderScript App Changelog
22

3-
## Version 1.1.3 (2020-12-25)
3+
## Version 1.1.4 (2020-12-25)
44
1. Start app on login page
55

66
## Version 1.1.0 (2020-12-24)

0 commit comments

Comments
 (0)