diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 2494f3e1..0dca6a26 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: ~/${{env.EXPORT_NAME}}/RetoDECK-* + file: ~/${EXPORT_NAME}/RetoDECK-* tag: ${{env.TAG}} overwrite: true file_glob: true \ No newline at end of file