Skip to content

Commit

Permalink
pain 3
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterCodes101 authored Nov 22, 2024
1 parent de4aa9a commit f2177a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

- name: Build
run: |
bun build --bundle ./src/Main.ts --outdir=out/ --outfile=out/plugin.js --target browser --entry-naming EaglerForge-[hash].js
bun build --bundle ./src/main.ts --outdir=out/ --outfile=out/plugin.js --target browser --entry-naming EaglerForge-[hash].js
- name: Write changes to repository
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit f2177a5

Please sign in to comment.