From 28d9b49fb982c5268fadcec1071bb917e114e80a Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Tue, 19 Nov 2024 12:34:35 +0000 Subject: [PATCH] Fix the release --- .github/workflows/create_draft_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_draft_release.yml b/.github/workflows/create_draft_release.yml index e18255bb2392..726561515e89 100644 --- a/.github/workflows/create_draft_release.yml +++ b/.github/workflows/create_draft_release.yml @@ -110,7 +110,7 @@ jobs: shell: bash run: | mkdir debug_symbols - tar -zxvf linux-native-symbols.tar.gz -C debug_symbols + tar -zxvf ${{steps.assets.outputs.artifacts_path}}/linux-native-symbols.tar.gz -C debug_symbols - name: 'Push debug symbols to datadog' uses: ./.github/actions/publish-debug-symbols