Skip to content

Commit

Permalink
ci: upload installer and app executable as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Oct 23, 2023
1 parent da80359 commit a34e27b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ jobs:
AZURE_KEY_VAULT_TIMESTAMP_URL: ${{ secrets.AZURE_KEY_VAULT_TIMESTAMP_URL }}
AZURE_KEY_VAULT_CERTIFICATE_NAME: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
AZURE_KEY_VAULT_URL: ${{ secrets.AZURE_KEY_VAULT_URL }}

- uses: actions/upload-artifact@v3
with:
path: |
**/dist/*.exe
**/dist/win-unpacked/*.exe

0 comments on commit a34e27b

Please sign in to comment.