Skip to content

Commit 2ecf6ba

Browse files
committed
fix: correct LICENSE path in release workflow
1 parent e909652 commit 2ecf6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
dist/index.js \
5656
dist/index.js.map \
5757
package.json \
58-
LICENSE
58+
.github/LICENSE
5959
sha256sum "artifacts/setup-elide-${TAG}.tar.gz" > "artifacts/setup-elide-${TAG}.tar.gz.sha256"
6060
echo "ARTIFACT=artifacts/setup-elide-${TAG}.tar.gz" >> "$GITHUB_ENV"
6161
echo "ARTIFACT_SHA=artifacts/setup-elide-${TAG}.tar.gz.sha256" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)