diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 21:45:19 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 21:45:19 +0200 |
commit | 2bbcc82289ca2239958c6618ae3d72d67ca47a39 (patch) | |
tree | d4d66dbbd8717d09d61228f8daebacc31cc7e1e7 | |
parent | 37aa4a0cdfd3cdffa7df9cc270af3ec4146d7bc3 (diff) | |
download | FlightCore-2bbcc82289ca2239958c6618ae3d72d67ca47a39.tar.gz FlightCore-2bbcc82289ca2239958c6618ae3d72d67ca47a39.zip |
Switch order between checkout and aritfacts
-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 0fdb054e..530a38a3 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -61,8 +61,8 @@ jobs: needs: test-tauri runs-on: ubuntu-20.04 steps: - - uses: actions/download-artifact@v3 - uses: actions/checkout@v2 + - uses: actions/download-artifact@v3 - name: Create release file run: | ls -al |