Skip to content

Commit

Permalink
Added command to copy env command
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 11, 2024
1 parent 55bda1e commit 437f077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- release/*
pull_request:
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1
mv .env.sample .env
- name: build tauri app
run: |
npm ci
Expand Down

0 comments on commit 437f077

Please sign in to comment.