Skip to content

Commit

Permalink
try github release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Mar 4, 2024
1 parent 1d476da commit 76079d6
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,8 @@ jobs:
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
fi
cd -
- name: Publish release artifacts
uses: actions/upload-artifact@v4
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
with:
name: aqora-${{ matrix.platform.os_name }}
path: "aqora*"
if: github.ref == 'refs/tags/test-release'
# - name: Publish GitHub release
# uses: softprops/action-gh-release@v1
# with:
# draft: true
# files: "aqora*"
draft: true
files: "aqora*"

0 comments on commit 76079d6

Please sign in to comment.