fixed windows upload file and named find step

This commit is contained in:
2025-04-16 13:25:54 -05:00
parent 21e09d453d
commit b988518746
+7 -4
View File
@@ -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