diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:40:51 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:40:51 +0200 |
commit | 2ed70d3c23787270403feb765968eb652bbe2e2f (patch) | |
tree | 879a1845c5353afe5e96f0cbeffcd05ee7ef537b /.github | |
parent | de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980 (diff) | |
download | FlightCore-2ed70d3c23787270403feb765968eb652bbe2e2f.tar.gz FlightCore-2ed70d3c23787270403feb765968eb652bbe2e2f.zip |
Fix broken CI file
Diffstat (limited to '.github')
-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 |