mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-03 18:53: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 }}"
|
||||
|
||||
- name: Upload build (2)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-windows-msys2-${{ steps.buildname.outputs.value }}
|
||||
path: build/artifactdir
|
||||
@ -167,7 +167,7 @@ jobs:
|
||||
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
||||
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-macos-${{ matrix.buildtype }}
|
||||
path: build/artifactdir
|
||||
@ -225,7 +225,7 @@ jobs:
|
||||
cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res"
|
||||
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-linux-${{ matrix.buildtype }}
|
||||
path: ${{ runner.workspace }}/artifactdir
|
||||
|
Loading…
Reference in New Issue
Block a user