Skip to content

Commit

Permalink
Fixed path for upload distribution step
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 24, 2024
1 parent c6b9c74 commit f63c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: spring-security-cas-${{ steps.release_version.outputs.value }}.jar
path: build/distributions/spring-security-cas-${{ steps.release_version.outputs.value }}-plain.jar
path: plugin/build/libs/spring-security-cas-${{ steps.release_version.outputs.value }}-plain.jar
- name: Generate secring file
env:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
Expand Down

0 comments on commit f63c27a

Please sign in to comment.