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 16, 2024
1 parent 3b530b6 commit 07eb946
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
os: [windows-2022]
fail-fast: false

name: test Electron
name: test
steps:
- uses: agracio/[email protected]
id: electron_version
Expand All @@ -138,7 +138,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: release
pattern: windows-2022-${{ steps.electron_version.outputs.substring }}.0.0
pattern: ${{ steps.electron_version.outputs.substring }}.0.0*
- run: ls -R release
- run: ls -R


0 comments on commit 07eb946

Please sign in to comment.