aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8b2235e5..80c33a6a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
path: |
src-tauri/target/release/bundle/appimage/*AppImage*
src-tauri/target/release/bundle/msi/*msi*
- src-tauri/target/release/app.pdb
+ src-tauri/target/release/flightcore.pdb
- name: Install sentry-cli (Windows only)
if: matrix.platform == 'windows-latest'
run: |
@@ -76,7 +76,7 @@ jobs:
SENTRY_ORG: northstar-kv
SENTRY_PROJECT: flightcore
run: |
- ./sentry-cli.exe upload-dif --wait src-tauri/target/release/app.pdb
+ ./sentry-cli.exe upload-dif --wait src-tauri/target/release/flightcore.pdb
- name: Release
uses: softprops/action-gh-release@v1
with: