diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-02-26 21:28:18 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-26 21:30:47 +0100 |
commit | 339073a89c49c789bb572bb6635f817d02822afe (patch) | |
tree | 581a0ea3438f8aa66d3b819b956c783c2a079021 | |
parent | e82777301c21e074c4e8d8ac44b6df510e4a9fce (diff) | |
download | FlightCore-339073a89c49c789bb572bb6635f817d02822afe.tar.gz FlightCore-339073a89c49c789bb572bb6635f817d02822afe.zip |
build: Upload Windows `.pdb` (#192)
* build: Upload pdb as well
* build: Upload Windows pdb on release build
-rw-r--r-- | .github/workflows/push-test.yml | 1 | ||||
-rw-r--r-- | .github/workflows/release.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 95e22b13..2491a656 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -121,3 +121,4 @@ jobs: name: windows-artifacts path: | src-tauri/target/release/bundle/msi/* + src-tauri/target/release/app.pdb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6279d126..a97647fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,7 @@ jobs: path: | src-tauri/target/release/bundle/appimage/*AppImage* src-tauri/target/release/bundle/msi/*msi* + src-tauri/target/release/app.pdb - name: Release uses: softprops/action-gh-release@v1 with: |