ci: Fix PowerShell glob

This commit is contained in:
Luke Street 2021-06-12 11:05:22 -04:00
parent 71246839cd
commit f011192099
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ jobs:
SENTRY_URL: ${{secrets.SENTRY_URL}}
run: |
& "$env:RUNNER_WORKSPACE\temp\sentry-cli.exe" upload-dif --org axiodl --project metaforce --include-sources `
*.exe *.pdb
(Get-Item '*.exe', '*.pdb').Name
- name: Upload artifacts
uses: actions/upload-artifact@v2