Skip to content

Commit 57d64c2

Browse files
committed
fix: update release file paths in auto-release.yml
1 parent 719e848 commit 57d64c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
108108
with:
109109
files: |
110-
cli/target/exercises-cli-*
111-
web-javalin/target/exercises-web-javalin-*
110+
./target/linklift-*
112111
name: Release v${{ steps.get_version.outputs.VERSION }}
113112
draft: false
114113
prerelease: false

0 commit comments

Comments
 (0)