mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:51:22 +00:00
ci: Fix PowerShell glob
This commit is contained in:
parent
71246839cd
commit
f011192099
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user