Skip to content

Commit

Permalink
name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Oct 21, 2024
1 parent 2c6852c commit 4da9737
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auth-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
auth-build:
at-build:
name: "Build At"

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
auth-at:
at-build:
name: "Build At"

runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

"compile": "deno compile -A --unstable-kv --no-check",

"compile:windows": "deno task compile --target=x86_64-pc-windows-msvc --output ./build/auth_windows ./mod.ts",
"compile:linux": "deno task compile --target=x86_64-unknown-linux-gnu --output ./build/auth_linux ./mod.ts",
"compile:linux_aarch64": "deno task compile --target=aarch64-unknown-linux-gnu --output ./build/auth_linux_aarch64 ./mod.ts",
"compile:darwin": "deno task compile --target=x86_64-apple-darwin --output ./build/auth_darwin ./mod.ts",
"compile:windows": "deno task compile --target=x86_64-pc-windows-msvc --output ./build/at_windows ./mod.ts",
"compile:linux": "deno task compile --target=x86_64-unknown-linux-gnu --output ./build/at_linux ./mod.ts",
"compile:linux_aarch64": "deno task compile --target=aarch64-unknown-linux-gnu --output ./build/at_linux_aarch64 ./mod.ts",
"compile:darwin": "deno task compile --target=x86_64-apple-darwin --output ./build/at_darwin ./mod.ts",
"compile:current": "deno task compile --output ./server ./mod.ts",

"build": "(deno task compile:linux) & (deno task compile:linux_aarch64) & (deno task compile:darwin) & (deno task compile:windows)"
Expand Down

0 comments on commit 4da9737

Please sign in to comment.