Skip to content

Commit 664a104

Browse files
committed
release: adjust files input line to trigger Copilot re-evaluation; artifacts are now downloaded before release
1 parent 104bfa0 commit 664a104

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
with:
115115
tag_name: v${{ needs.build-test-pack.outputs.package_version }}
116116
name: v${{ needs.build-test-pack.outputs.package_version }}
117-
files: |
118-
out/*.nupkg
117+
files: out/*.nupkg
119118
env:
120119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121120

0 commit comments

Comments
 (0)