aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push-test.yml
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 22:09:59 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 22:09:59 +0200
commit44c71d2cfc003887bdee40245260f2eaef75e3b6 (patch)
tree110fd0a82c75a0b2f0ff65d34ea6df49ce244e5b /.github/workflows/push-test.yml
parent493ab511d83a991ce1e942fb5deb83092b2f33f6 (diff)
downloadFlightCore-44c71d2cfc003887bdee40245260f2eaef75e3b6.tar.gz
FlightCore-44c71d2cfc003887bdee40245260f2eaef75e3b6.zip
Fix indentation
Diffstat (limited to '.github/workflows/push-test.yml')
-rw-r--r--.github/workflows/push-test.yml10
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/*/*