From 0bfb204b182f060fc5f3cbd07bb493f8ba9d1900 Mon Sep 17 00:00:00 2001
From: monkeyx-net <tim@monkeyx.net>
Date: Tue, 6 Aug 2024 01:51:34 +0100
Subject: [PATCH]  On branch feat/godot-configurator  Changes to be committed: 
 modified:   ../../.github/workflows/build-gdc.yml

---
 .github/workflows/build-gdc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml
index d7879911..e12ac432 100644
--- a/.github/workflows/build-gdc.yml
+++ b/.github/workflows/build-gdc.yml
@@ -59,7 +59,7 @@ jobs:
         uses: svenstaro/upload-release-action@v2
         with:
           repo_token: ${{ secrets.GITHUB_TOKEN }}
-          file: ~/${EXPORT_NAME}/RetroDECK-*
+          file: ~/${{env.EXPORT_NAME}}/RetroDECK-*
           tag: ${{env.TAG}}
           overwrite: true
           file_glob: true
\ No newline at end of file