We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e909652 commit 2ecf6baCopy full SHA for 2ecf6ba
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
dist/index.js \
56
dist/index.js.map \
57
package.json \
58
- LICENSE
+ .github/LICENSE
59
sha256sum "artifacts/setup-elide-${TAG}.tar.gz" > "artifacts/setup-elide-${TAG}.tar.gz.sha256"
60
echo "ARTIFACT=artifacts/setup-elide-${TAG}.tar.gz" >> "$GITHUB_ENV"
61
echo "ARTIFACT_SHA=artifacts/setup-elide-${TAG}.tar.gz.sha256" >> "$GITHUB_ENV"
0 commit comments