diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:31:21 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:31:21 +0200 |
commit | 136be82628d0769e4e8e0981c5be2bad98b20854 (patch) | |
tree | 965659159789eb18757c39bc4342efebb6741f36 | |
parent | b65c68e56d93c004f2e56c0b2f9ff51393dd31d1 (diff) | |
download | FlightCore-136be82628d0769e4e8e0981c5be2bad98b20854.tar.gz FlightCore-136be82628d0769e4e8e0981c5be2bad98b20854.zip |
Show artifact downloads
-rw-r--r-- | .github/workflows/push-test.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index ef7a2d56..de66970c 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -55,3 +55,12 @@ jobs: src-tauri/target/release/bundle/appimage/*.AppImage src-tauri/target/release/bundle/deb/*.deb src-tauri/target/release/bundle/msi/*.msi + + create-release-file: + runs-on: ubuntu-20.04 + steps: + - uses: actions/download-artifact@v3 + - name: Show folder structure + - run: | + ls -al + tree |