Skip to content

Commit e5ffe1f

Browse files
committed
chatgpt
1 parent 15275ed commit e5ffe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
- name: Create GitHub Release
6868
uses: softprops/action-gh-release@v2
6969
with:
70-
files: ./artifacts/**/* # 👈 one-liner to upload everything!
70+
files: ./artifacts/**/*
7171
token: ${{ secrets.RELEASE_PAT }}

0 commit comments

Comments
 (0)