diff options
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 517ae500..88d9f745 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it env: - TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY } + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} run: | npm install ./node_modules/.bin/rollup --config |