Skip to content

Commit

Permalink
test passing params
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Nov 4, 2024
1 parent c4f5da8 commit 617aa6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gated_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
platform:
- id: windows-latest
name: Windows
runtime-identifier: win-x64
# - id: ubuntu-latest
# name: Ubuntu

Expand All @@ -44,7 +45,12 @@ jobs:
run: npm ci

- name: Electron Forge make
run: npm run electron-forge-make
run: |
npm run prod-dotnet-publish-listener `
-- `
-RuntimeIdentifier ${{ matrix.platform.runtime-identifier }} `
-Version 4.0.0
npm run prod-electron-forge-make
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"electron-tsc": "copy-files-from-to && tsc -p tsconfig.electron.json",
"electron-forge-make": "npm run dotnet-publish-listener && npm run electron-tsc && ng build && electron-forge make",
"dotnet-publish-listener": "@powershell ./scripts/publish-listener.ps1 -RuntimeIdentifier win-x64 -Version 4.0.0",
"prod-electron-forge-make": "npm run electron-tsc && ng build && electron-forge make",
"prod-dotnet-publish-listener": "@powershell ./scripts/publish-listener.ps1",
"outdated": "npm outdated",
"update-packages": "npm update --save",
"ng": "ng",
Expand Down

0 comments on commit 617aa6b

Please sign in to comment.