Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Dec 12, 2023
1 parent 028a7fc commit 1491ec1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,17 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
id: download
with:
path: artifact
path: dist
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: |
dist/dbptk-desktop-${{ github.event.client_payload.version }}.AppImage
dist/dbptk-desktop-${{ github.event.client_payload.version }}.exe
dist/dbptk-desktop-${{ github.event.client_payload.version }}.dmg
dist/latest*
${{steps.download.outputs.download-path}}/dbptk-desktop-${{ github.event.client_payload.version }}.AppImage
${{steps.download.outputs.download-path}}/dbptk-desktop-${{ github.event.client_payload.version }}.exe
${{steps.download.outputs.download-path}}/dbptk-desktop-${{ github.event.client_payload.version }}.dmg
${{steps.download.outputs.download-path}}/latest*
name: Version ${{ github.event.client_payload.version }}
tag_name: v${{ github.event.client_payload.version }}
draft: true
Expand Down

0 comments on commit 1491ec1

Please sign in to comment.