Skip to content

Commit

Permalink
Add: GH Workflow for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam ⚡ <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent e9de215 commit b806d84
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install windows\requirements.txt
if: matrix.os == 'windows' && matrix.arch == 'X86'
# - name: Install dependencies
Expand All @@ -76,7 +75,6 @@ jobs:
run: |
python windows\setup.py bdist_msi
mv dist dist-windows
if: matrix.os == 'windows' && matrix.arch == 'X86'
- name: Convert dist-intel to DMG
run: |
Expand Down Expand Up @@ -107,7 +105,6 @@ jobs:
with:
name: Hamster-windows-x86_64
path: dist-windows/Hamster-*.msi
if: matrix.os == 'windows' && matrix.arch == 'X86'

- name: GitHub Tag
uses: mathieudutour/[email protected]
Expand Down Expand Up @@ -141,9 +138,9 @@ jobs:
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/main'
with:
token: ${{ secrets.HAMSTER_APP_RELEASE_SECRET }}
body: 'Release for commit ${{ github.sha }}'
generate_release_notes: true
tag_name: ${{ env.RELEASE_TAG }}
files: |
dist-windows/Hamster-*.msi
token: ${{ secrets.HAMSTER_APP_RELEASE_SECRET }}
body: 'Release for commit ${{ github.sha }}'
generate_release_notes: true
tag_name: ${{ env.RELEASE_TAG }}
files: |
dist-windows/Hamster-*.msi

0 comments on commit b806d84

Please sign in to comment.