Skip to content

Commit

Permalink
refactor: Update build workflow to include separate specifications fo…
Browse files Browse the repository at this point in the history
…r Windows and Linux builds and improve artifact upload process
  • Loading branch information
alevilar committed Sep 9, 2024
1 parent 1efc829 commit b1ea421
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build Desktop Ejecutables - on Release

on:
release:
types:
- created
push:
branches:
- main
Expand Down Expand Up @@ -118,8 +115,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
tag_name: v1.0.2
release_name: Release v1.0.2
draft: false
prerelease: false

Expand Down

0 comments on commit b1ea421

Please sign in to comment.