fix github action

This commit is contained in:
lily 2025-08-23 09:20:26 +10:00
parent 008b281178
commit 1530a5fda1

View file

@ -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