Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 521bdef

Browse files
authored
Remove step to upload artifact to GitHub Release (#65)
1 parent c5b441e commit 521bdef

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,8 @@ jobs:
4141
if: success()
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: grails-gsp-${{ steps.release_version.outputs.value }}.zip
45-
path: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
46-
- name: Upload artifacts to the Github release
47-
if: success()
48-
id: upload_artifact
49-
uses: Roang-zero1/github-upload-release-artifacts-action@master
50-
with:
51-
args: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
name: spring-security-oauth2-${{ steps.release_version.outputs.value }}.jar
45+
path: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}-plain.jar
5446
- name: Generate secring file
5547
env:
5648
SECRING_FILE: ${{ secrets.SECRING_FILE }}

0 commit comments

Comments
 (0)