diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 59d91ecf..cc02e735 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -50,12 +50,12 @@ jobs: - name: Create tar.gz archive 🗜️ working-directory: tools/configurator run: | - tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz test.x86_64 + tar zcvf test.tar.gz test.x86_64 - name: Upload Release Asset 🚀 uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz + file: test.tar.gz tag: ${{env.TAG}} overwrite: true file_glob: true