Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
urothis committed Dec 30, 2023
1 parent 0adf6ad commit 9995812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nwserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Download nwnee
uses: ./.actions/nwserver/download/
with:
preview: ${{ matrix.channel == 'preview' }}
preview: ${{ matrix.channel == 'preview' }}
steam_username: ${{ secrets.STEAM_USER }}
steam_password: ${{ secrets.STEAM_PASS }}
output_path: ${{ github.workspace }}/${{ matrix.channel }}
output_path: ${{ github.workspace }}


0 comments on commit 9995812

Please sign in to comment.