diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ae3637..285c147a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,12 +180,3 @@ jobs: asset_path: dist/artifacts/build-windows/r2frida-${{env.R2V}}-w64.zip asset_name: r2frida-${{ steps.r2fv.outputs.branch }}-w64.zip asset_content_type: application/zip - - name: Upload asset for Sleigh files - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/artifacts/build-linux/r2frida_sleigh-${{ steps.r2fv.outputs.branch }}.zip - asset_name: r2frida_sleigh-${{ steps.r2fv.outputs.branch }}.zip - asset_content_type: application/zip diff --git a/Makefile b/Makefile index 3e4fb834..f6b4b073 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ R2V=$(VERSION) R2V=5.7.2 frida_version=15.2.2 R2FRIDA_PRECOMPILED_AGENT?=0 -R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/v5.7.2/_agent.js +R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/5.7.4/_agent.js CFLAGS+=-DFRIDA_VERSION_STRING=\"${frida_version}\"