Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Oct 9, 2024
1 parent 28527ef commit 5ea2dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5ea2dc6

Please sign in to comment.