diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:09:59 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:09:59 +0200 |
commit | 44c71d2cfc003887bdee40245260f2eaef75e3b6 (patch) | |
tree | 110fd0a82c75a0b2f0ff65d34ea6df49ce244e5b | |
parent | 493ab511d83a991ce1e942fb5deb83092b2f33f6 (diff) | |
download | FlightCore-44c71d2cfc003887bdee40245260f2eaef75e3b6.tar.gz FlightCore-44c71d2cfc003887bdee40245260f2eaef75e3b6.zip |
Fix indentation
-rw-r--r-- | .github/workflows/push-test.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 79ed50f8..dd4781b1 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -29,8 +29,8 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Build Artifact - uses: actions/upload-artifact@v2 - with: - path: | - src-tauri/target/release/bundle/*/* + - name: upload build artifact + uses: actions/upload-artifact@v2 + with: + path: | + src-tauri/target/release/bundle/*/* |