Skip to content

Commit

Permalink
sh, not bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Sep 22, 2023
1 parent 32def10 commit 7db086f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ jobs:
apt-get install -y debdelta || true
gem install --no-document fpm
python3 -m venv .venv
source .venv/bin/activate
. .venv/bin/activate
python3 -m pip install virtualenv-tools3 wheel
deactivate
# Build Debian package
- name: Build debian package
run: |
source .venv/bin/activate
. .venv/bin/activate
./build_deb_package.sh
deactivate
- name: Build debian package repository
env:
QMK_GPG_PRIVATE_KEY: ${{ secrets.QMK_GPG_PRIVATE_KEY }}
run: |
source .venv/bin/activate
. .venv/bin/activate
./build_deb_repo.sh
deactivate
Expand Down

0 comments on commit 7db086f

Please sign in to comment.