Skip to content

Commit

Permalink
Fix artifact path in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jan 6, 2025
1 parent 9d4d3e8 commit 6bb21a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: age-esbuild
- run: gh release upload "$VERSION" "esbuild/typage.js#age-${VERSION#v}.min.js"
- run: gh release upload "$VERSION" "typage.js#age-${VERSION#v}.min.js"
env:
VERSION: ${{ github.event.release.tag_name }}
GH_TOKEN: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "age-encryption",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down

0 comments on commit 6bb21a2

Please sign in to comment.