We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede65d1 commit 2a97f3dCopy full SHA for 2a97f3d
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
sed -i 's/moduleDescription = "/moduleDescription = "(${{ github.event.inputs.package_name }}) /g' module.gradle
22
sed -i "s/com.game.packagename/${{ github.event.inputs.package_name }}/g" module/src/main/cpp/game.h
23
./gradlew :module:assembleRelease
24
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
25
with:
26
name: zygisk-il2cppdumper
27
path: out/magisk_module_release/
0 commit comments