Skip to content

Commit

Permalink
adding GitHub CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 15, 2024
1 parent e4f5328 commit f2e166d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
run: |
sed -i -e 's/"electron": "=31.6.0"/"electron": "=${{ matrix.electron }}"/g' package.json
echo $GITHUB_ARCH
exit 1
- uses: bhowell2/[email protected]
id: electron_version
Expand All @@ -95,7 +94,7 @@ jobs:
id: check_windows_build
uses: andstor/file-existence-action@v3
with:
files: "lib/native/win32/${{ GITHUB_ARCH }}/${{ steps.electron_version.outputs.substring }}.0.0/edge_coreclr.node, lib/native/win32/${{ GITHUB_ARCH }}/${{ steps.electron_version.outputs.substring }}.0.0/edge_nativeclr.node"
files: "lib/native/win32/${{ env.GITHUB_ARCH }}/${{ steps.electron_version.outputs.substring }}.0.0/edge_coreclr.node, lib/native/win32/${{ env.GITHUB_ARCH }}/${{ steps.electron_version.outputs.substring }}.0.0/edge_nativeclr.node"
fail: true

- name: npm install
Expand Down

0 comments on commit f2e166d

Please sign in to comment.