Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine-lb committed Sep 24, 2024
1 parent 723f1df commit 661e808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
release:
runs-on: ${{ matrix.os }}
environment: mac # Ensure the environment is named "mac" as referenced in the workflow
environment: electron-builder # Ensure the environment is named "mac" as referenced in the workflow

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onefolder",
"productName": "OneFolder",
"version": "1.0.9",
"version": "1.0.10",
"description": "A tool for managing your visual library",
"main": "build/main.bundle.js",
"scripts": {
Expand Down

0 comments on commit 661e808

Please sign in to comment.