Fixed a warning.
This commit is contained in:
parent
c782a837a2
commit
167bc2f450
4
.github/workflows/win-cross.yml
vendored
4
.github/workflows/win-cross.yml
vendored
@ -29,13 +29,13 @@ jobs:
|
|||||||
run: echo "SHORT_GITHUB_SHA=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
|
run: echo "SHORT_GITHUB_SHA=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Upload main binary artifact
|
- name: Upload main binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bochs-${{ env.SHORT_GITHUB_SHA }}.exe
|
name: bochs-${{ env.SHORT_GITHUB_SHA }}.exe
|
||||||
path: bochs/bochs.exe
|
path: bochs/bochs.exe
|
||||||
|
|
||||||
- name: Upload tools artifacts
|
- name: Upload tools artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tools-${{ env.SHORT_GITHUB_SHA }}
|
name: tools-${{ env.SHORT_GITHUB_SHA }}
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user