diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index efc3953..0017d0d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,16 +30,4 @@ jobs: name: REFramework-D2D path: ${{github.workspace}}/install/bin/* if-no-files-found: error - - - name: Compress artifacts - uses: vimtor/action-zip@v1.2 - with: - files: install/bin/ - dest: REFramework-D2D.zip - - - name: Release - uses: softprops/action-gh-release@v2.0.4 - if: ${{startsWith(github.ref, 'refs/tags/')}} - with: - files: ${{github.workspace}}/REFramework-D2D.zip - +