Skip to content

Commit

Permalink
Fix Windows install step
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Aug 26, 2024
1 parent dacd68f commit 25312d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: badger-desktop-windows
- name: DEBUG
run: Get-ChildItem -Depth 2
shell: pwsh
- name: Install Badger
run: Start-Process -FilePath "badger-desktop-windows\Badger Desktop-${{ github.ref_name }}.exe" -ArgumentList "/S","/D=${{ runner.temp }}\badger" -Wait
run: Start-Process -FilePath "Badger Desktop-${{ github.ref_name }}.exe" -ArgumentList "/S","/D=${{ runner.temp }}\badger" -Wait
shell: pwsh
- name: Run tests
run: yarn test:e2e --project=standalone
Expand Down

0 comments on commit 25312d2

Please sign in to comment.