Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Jul 8, 2024
2 parents 499e400 + 9d11f03 commit a05b8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
deno-version: v1.x
- name: Build
run: |
deno publish
deno compile -A -o bin/quicksubmit-linux index.ts
deno compile -A -o bin/quicksubmit-win.exe --target x86_64-pc-windows-msvc index.ts
deno compile -A -o bin/quicksubmit-macos --target x86_64-apple-darwin index.ts
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

0 comments on commit a05b8c9

Please sign in to comment.