Skip to content

Commit

Permalink
Testing gh workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-uros committed Jul 23, 2024
1 parent 4e9bd53 commit 17f11d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: matrix.os
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Run Electron Forge Publish
run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "id-card-reader",
"productName": "id-card-reader",
"version": "1.0.2",
"version": "1.0.3",
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
Expand Down

0 comments on commit 17f11d3

Please sign in to comment.