mirror of
https://github.com/Soccera1/agg.git
synced 2025-11-04 10:27:33 +01:00
fix github action
This commit is contained in:
parent
008b281178
commit
1530a5fda1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- name: Build project for Linux
|
||||
run: make all
|
||||
working-directory: agg
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
||||
- name: Upload Linux artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
|
||||
- name: Build project for Windows
|
||||
run: make all
|
||||
working-directory: agg
|
||||
shell: bash # Choco-installed make typically comes with Git Bash, which provides `bash`.
|
||||
working-directory: ${{ github.workspace }}
|
||||
shell: pwsh # Using PowerShell for more reliable path handling on Windows
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue