fixed working directory
This commit is contained in:
@@ -58,13 +58,13 @@ jobs:
|
|||||||
build-platform: ${{ matrix.build.platform }}
|
build-platform: ${{ matrix.build.platform }}
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
package: false
|
package: false
|
||||||
app-working-directory: /yj
|
app-working-directory: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: YellowJacket ${{ matrix.build.platform }}
|
name: YellowJacket ${{ matrix.build.platform }}
|
||||||
path: /yj/build/bin/${{ matrix.build.bin-name }}
|
path: ${{ github.workspace }}/build/bin/${{ matrix.build.bin-name }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user