mirror of
https://github.com/Soccera1/agg.git
synced 2026-02-04 04:03:40 +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
|
- name: Build project for Linux
|
||||||
run: make all
|
run: make all
|
||||||
working-directory: agg
|
working-directory: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Upload Linux artifact
|
- name: Upload Linux artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
@ -42,8 +42,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build project for Windows
|
- name: Build project for Windows
|
||||||
run: make all
|
run: make all
|
||||||
working-directory: agg
|
working-directory: ${{ github.workspace }}
|
||||||
shell: bash # Choco-installed make typically comes with Git Bash, which provides `bash`.
|
shell: pwsh # Using PowerShell for more reliable path handling on Windows
|
||||||
|
|
||||||
- name: Upload Windows artifact
|
- name: Upload Windows artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue