Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GameParrot authored Dec 24, 2024
1 parent ac60135 commit 565e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target mcpelauncherdcblock

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dcblock-${{format('android-{0}', matrix.abi)}}
path: |
Expand Down

0 comments on commit 565e2e4

Please sign in to comment.