Skip to content

Commit

Permalink
upload release asset (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Apr 15, 2023
1 parent a6bbe5e commit bf55c15
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
npm run main -- --pgVersion 14
working-directory: ${{ github.workspace }}/packaging

- name: Upload Extension
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
file: "*.deb"
tags: true
draft: true
files: |
${{ github.workspace }}/*.deb

0 comments on commit bf55c15

Please sign in to comment.