Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Mar 14, 2024
1 parent b1150ca commit a6f79c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- platform: linux
os: "ubuntu-22.04"
- platform: windows
os: "windows-2019"
os: "windows-2022"
runs-on: ${{ matrix.os }}
needs: authorize
steps:
Expand Down Expand Up @@ -48,6 +48,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.platform }}-distributables
path: desktop-app/dist/Napse-(?!.*\.blockmap).*
path: desktop-app/dist/Napse-*
if-no-files-found: error

0 comments on commit a6f79c0

Please sign in to comment.