Skip to content

Commit

Permalink
Fix upload path in "Build and upload bundle" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jan 20, 2025
1 parent 6e37393 commit fb1efb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: age-esbuild
path: esbuild/typage.js
path: typage.js
upload:
if: github.event_name == 'release'
needs: build
Expand Down

0 comments on commit fb1efb8

Please sign in to comment.