We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1672bb7 commit 80c5d73Copy full SHA for 80c5d73
.github/workflows/debug.yml
@@ -35,7 +35,7 @@ jobs:
35
sudo cp -r --parents $(find ./ -type f ! -path './.git/*' ! -name 'CHANGELOG.md' ! -name 'update.json' ! -name 'build.sh' ! -path './.github/*' ! -path './docs/*') /box_for_root/
36
37
- name: Upload Debug Asset => (box_for_magisk_${{ steps.get_version.outputs.version }})
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: "box_for_magisk_${{ steps.get_version.outputs.version }}"
41
path: /box_for_root/
0 commit comments