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