ill try powershell instead

This commit is contained in:
2025-04-16 13:19:31 -05:00
parent ea093f27be
commit 21e09d453d
+2 -1
View File
@@ -105,7 +105,8 @@ jobs:
package: false
app-working-directory: ${{ github.workspace }}
- run: dir "${{ github.workspace }}\build\" /s/b
- shell: powershell
run: Get-ChildItem -Path ${{ github.workspace }}\build -Recurse -File
- name: Upload Binaries
uses: actions/upload-artifact@v4