Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddwightx committed Aug 21, 2023
1 parent fef6833 commit 2589ec5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ permissions:

jobs:
build:

env:
BURP_JAR_PATH: "/"
runs-on: ubuntu-latest

steps:
Expand All @@ -31,4 +32,10 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
arguments: build -b extension/build.gradle
- name: Rename file
run: mv extension/build/libs/reshaper-for-burp-*.jar extension/build/libs/reshaper-for-burp.jar
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: extension/build/libs/reshaper-for-burp.jar

0 comments on commit 2589ec5

Please sign in to comment.