mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-04 03:03:16 -05:00
meow
This commit is contained in:
parent
28527efb83
commit
5ea2dc6a9e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
|||||||
if_false: "${{ matrix.buildtype }}"
|
if_false: "${{ matrix.buildtype }}"
|
||||||
|
|
||||||
- name: Upload build (2)
|
- name: Upload build (2)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-windows-msys2-${{ steps.buildname.outputs.value }}
|
name: build-windows-msys2-${{ steps.buildname.outputs.value }}
|
||||||
path: build/artifactdir
|
path: build/artifactdir
|
||||||
@ -167,7 +167,7 @@ jobs:
|
|||||||
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-macos-${{ matrix.buildtype }}
|
name: build-macos-${{ matrix.buildtype }}
|
||||||
path: build/artifactdir
|
path: build/artifactdir
|
||||||
@ -225,7 +225,7 @@ jobs:
|
|||||||
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-linux-${{ matrix.buildtype }}
|
name: build-linux-${{ matrix.buildtype }}
|
||||||
path: ${{ runner.workspace }}/artifactdir
|
path: ${{ runner.workspace }}/artifactdir
|
||||||
|
Loading…
Reference in New Issue
Block a user