Skip to content

ExploitFixer removed it's source code so you can download from here now #11

ExploitFixer removed it's source code so you can download from here now

ExploitFixer removed it's source code so you can download from here now #11

Workflow file for this run

name: Build ExploitFixer
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build ExploitFixer
run: mvn clean install
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ExploitFixer
path: ./target/ExploitFixer.jar