Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 19, 2024
1 parent 1b02884 commit 2670b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: grails-gsp-${{ steps.release_version.outputs.value }}.zip
path: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
path: build/libs/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
- name: Upload artifacts to the Github release
if: success()
id: upload_artifact
uses: Roang-zero1/github-upload-release-artifacts-action@master
with:
args: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
args: build/libs/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate secring file
Expand Down

0 comments on commit 2670b55

Please sign in to comment.