Skip to content

Commit

Permalink
test result
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Nov 23, 2024
1 parent 437ab5f commit d5afa24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gated_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
/p:Version=4.0.0
./scripts/prod-electron-forge-make.ps1
- name: Move files
run: mv ${{ matrix.platform.files-to-include }} ./

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: BuildFiles_${{ matrix.platform.name }}
path: |
${{ matrix.platform.files-to-include }}
path: ./
2 changes: 1 addition & 1 deletion scripts/prod-electron-forge-make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ npm run copy-files-from-to
npm run tsc

cd ./plugins/text-plugin
#npm ci
npm ci
npx rollup -c
if ($LastExitCode -ne 0) {
throw
Expand Down

0 comments on commit d5afa24

Please sign in to comment.