ill try powershell instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user