Merge pull request #38 from ravenscroftj/fix/build

Fix/build
This commit is contained in:
James Ravenscroft 2023-08-05 10:02:59 +01:00 committed by GitHub
commit 14050e15ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -251,8 +251,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
cd ${{github.workspace}}\build\bin\Release\
7z a ${{github.workspace}}\build\bin\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ matrix.build }}.zip ./turbopilot
7z a ${{github.workspace}}\build\bin\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ matrix.build }}.zip ${{github.workspace}}\\build\\bin\\Release\\turbopilot
- name: Convert backslashes

View File

@ -74,4 +74,4 @@ jobs:
push: true
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.ref_name }}${{matrix.config.tag}}
context: ${{github.workspace}}
platforms: linux/amd64,linux/arm64
platforms: ${{matrix.config.platforms}}