Skip to content

Commit

Permalink
chore: release job
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Nov 10, 2023
1 parent 80e3257 commit bc017f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Compile Deno app
run: deno compile --allow-read --allow-write --allow-net --allow-env http_server.ts

- name: Run Deno app
run: ./http_server

- name: Copy binary to the current directory of the job
run: cp ./http_server ${{ github.workspace }}/electron_app

Expand Down

0 comments on commit bc017f1

Please sign in to comment.