Skip to content

Commit

Permalink
Update build-release-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jun 23, 2024
1 parent cb17ac7 commit f19c213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:

jobs:
run-linter:
build-release-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -23,7 +23,7 @@ jobs:
node-version: "latest"

- name: Create directories
run: mkdir -p ~/out/notify
run: mkdir -p ~/out/notify ~/out/notify/static-files

- name: Compile Deno and copy to output
run: deno compile --allow-net --allow-read --allow-write --allow-env --unstable --output ~/out/notify/notify ./main.ts
Expand Down

0 comments on commit f19c213

Please sign in to comment.