Skip to content

Commit

Permalink
new github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shalom938 committed Nov 24, 2024
1 parent 1fa5bdf commit 80634de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: digma-agent
name: digma-otel-agent-extension
path: ./agent-extension/build/libs/digma-otel-agent-extension*.jar
retention-days: 30

Expand All @@ -49,12 +49,12 @@ jobs:
path: ./agent-extension/build/reports/tests/
retention-days: 5

- name: Upload methods instrumentation tests report
uses: actions/upload-artifact@v4
with:
name: methods-instrumentation-tests-report
path: ./testing/methods/build/reports/tests/
retention-days: 5
# - name: Upload methods instrumentation tests report
# uses: actions/upload-artifact@v4
# with:
# name: methods-instrumentation-tests-report
# path: ./testing/methods/build/reports/tests/
# retention-days: 5

- name: Upload java 7 instrumentation tests report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80634de

Please sign in to comment.