diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb0707..a67cbdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: mfakto-linux64 - path: mfakto-${{ github.ref_name }}-linux64.tar.bz2 + path: | + *.cl Changelog-mfakto.txt COPYING datatypes.h mfakto mfakto.ini README-SpecialVersions.txt README.txt tf_debug.h todo.txt - name: Upload release assets on release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')