fixed windows upload file and named find step
This commit is contained in:
@@ -43,7 +43,8 @@ jobs:
|
||||
package: false
|
||||
app-working-directory: ${{ github.workspace }}
|
||||
|
||||
- run: find ${{ github.workspace }}/build -type f
|
||||
- name: List Files
|
||||
run: find ${{ github.workspace }}/build -type f
|
||||
|
||||
- name: Upload Binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -74,7 +75,8 @@ jobs:
|
||||
package: false
|
||||
app-working-directory: ${{ github.workspace }}
|
||||
|
||||
- run: find ${{ github.workspace }}/build -type f
|
||||
- name: List Files
|
||||
run: find ${{ github.workspace }}/build -type f
|
||||
|
||||
- name: Upload Binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -105,14 +107,15 @@ jobs:
|
||||
package: false
|
||||
app-working-directory: ${{ github.workspace }}
|
||||
|
||||
- shell: powershell
|
||||
- name: List Files
|
||||
shell: powershell
|
||||
run: Get-ChildItem -Path ${{ github.workspace }}\build -Recurse -File
|
||||
|
||||
- name: Upload Binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: yellowjacket.exe
|
||||
path: ${{ github.workspace }}\build\bin\yellowjacket
|
||||
path: ${{ github.workspace }}\build\bin\yellowjacket.exe
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user