Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 20, 2024
1 parent 617b45f commit 2ea7703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/upload-artifact@v4
if: success()
with:
name: ${{ inputs.build-version }}
name: electron-edge-js-${{ inputs.build-version }}
path: |
release
Expand Down Expand Up @@ -151,13 +151,13 @@ jobs:
uses: actions/download-artifact@v4
with:
path: release
pattern: ${{ steps.electron_version.outputs.substring }}.0.0*
pattern: electron-edge-js-${{ steps.electron_version.outputs.substring }}.0.0*

- run: ls -R release

- name: Copy artifacts
run: |
cmd /c copy /y release\${{ steps.electron_version.outputs.substring }}.0.0\x64\${{ steps.electron_version.outputs.substring }}.0.0\edge_*.node lib\native\win32\x64\${{ steps.electron_version.outputs.substring }}.0.0
cmd /c copy /y release\electron-edge-js-${{ steps.electron_version.outputs.substring }}.0.0\x64\${{ steps.electron_version.outputs.substring }}.0.0\edge_*.node lib\native\win32\x64\${{ steps.electron_version.outputs.substring }}.0.0
- name: Test
timeout-minutes: 10
Expand Down

0 comments on commit 2ea7703

Please sign in to comment.