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

Commit 51d506b

Browse files
committed
Update release.yml (#61)
1 parent f0db049 commit 51d506b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: grails-gsp-${{ steps.release_version.outputs.value }}.zip
45-
path: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
45+
path: build/libs/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
4646
- name: Upload artifacts to the Github release
4747
if: success()
4848
id: upload_artifact
4949
uses: Roang-zero1/github-upload-release-artifacts-action@master
5050
with:
51-
args: build/distributions/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
51+
args: build/libs/spring-security-oauth2-${{ steps.release_version.outputs.value }}.zip
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Generate secring file

0 commit comments

Comments
 (0)