Skip to content

Commit

Permalink
Workflows: Remove release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Apr 10, 2024
1 parent 9643fef commit e28e021
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,4 @@ jobs:
name: REFramework-D2D
path: ${{github.workspace}}/install/bin/*
if-no-files-found: error

- name: Compress artifacts
uses: vimtor/[email protected]
with:
files: install/bin/
dest: REFramework-D2D.zip

- name: Release
uses: softprops/[email protected]
if: ${{startsWith(github.ref, 'refs/tags/')}}
with:
files: ${{github.workspace}}/REFramework-D2D.zip


0 comments on commit e28e021

Please sign in to comment.