Skip to content

Commit

Permalink
chore!: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe authored May 13, 2024
1 parent e4a42bb commit 2c7a2a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up env
shell: bash
run: |
VERSION=${GITHUB_REF_NAME#v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand All @@ -48,11 +49,12 @@ jobs:
with:
node-version: 20
- name: Install node dependencies
shell: pwsh
run: npm ci
- name: Build Windows
shell: bash
run: make windows
- name: Windows Release
shell: bash
run: make windows-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timetrack.desktop",
"version": "1.0.6",
"version": "1.0.7",
"description": "Simple desktop application to track your time spent on different projects.",
"main": "app/process.js",
"scripts": {
Expand Down

0 comments on commit 2c7a2a9

Please sign in to comment.