Skip to content

Commit

Permalink
Remove step to upload artifact to GitHub Release (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 23, 2024
1 parent c5b441e commit 521bdef
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,8 @@ jobs:
if: success()
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
- 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: spring-security-oauth2-${{ steps.release_version.outputs.value }}.jar
path: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}-plain.jar
- name: Generate secring file
env:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
Expand Down

0 comments on commit 521bdef

Please sign in to comment.