Skip to content

Commit

Permalink
add back in a windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Jan 7, 2024
1 parent 02c3757 commit 02f2c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
# - os: windows-latest
- os: windows-latest
# - os: ubuntu-latest
- os: macos-latest # Intel-based macOS (default architecture)
- os: macos-11 # macOS with M1 chip (ARM architecture)
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": "reor-project",
"version": "0.1.20",
"version": "0.1.21",
"main": "dist-electron/main/index.js",
"description": "An AI powered PKM app.",
"author": "",
Expand Down

0 comments on commit 02f2c75

Please sign in to comment.