Skip to content

Commit

Permalink
🛠️ export cyclonedx output to default folder (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames authored Nov 27, 2024
1 parent 2f459b2 commit f488c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- patch

jobs:

build:
name: Build and release
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
with:
ref: ${{ env.BRANCH_NAME }}
running-workflow-name: Release
running-workflow-name: 'Build and release'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- name: Merge Fast Forward
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<inherited>true</inherited>
<configuration>
<includeTestScope>true</includeTestScope>
<outputDirectory>${project.build.directory}/staging-deploy/io/github/chains-project/${project.artifactId}/</outputDirectory>
<!--<outputDirectory>${project.build.directory}/staging-deploy/io/github/chains-project/${project.artifactId}/</outputDirectory>-->
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f488c7d

Please sign in to comment.