diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f07c2f1..96c2d7f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -53,4 +53,4 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: vtc.tar.gz \ No newline at end of file + files: ${{github.workspace}}/build/vtc.tar.gz \ No newline at end of file