Skip to content

Commit

Permalink
ci: fix pwsh env
Browse files Browse the repository at this point in the history
  • Loading branch information
vile committed May 28, 2024
1 parent 01b8ed0 commit ece009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
DISCORD_SERVER_ID: ${{ secrets.DISCORD_SERVER_ID }}
timeout-minutes: 2
run: |
.\dist\DiscordRoleScraper.exe "env:DISCORD_TOKEN" "env:DISCORD_SERVER_ID" true
.\dist\DiscordRoleScraper.exe "$env:DISCORD_TOKEN" "$env:DISCORD_SERVER_ID" true
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ece009e

Please sign in to comment.