Skip to content

Commit

Permalink
Update testbuilds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 30, 2023
1 parent de23814 commit dacc329
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/testbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,25 @@ jobs:
run: |
pyinstaller LogosLinuxInstaller.spec --clean
- name: Create Branch-specific Release
uses: SimWinSports/[email protected]
id: create_release
- name: Tag and prepare release
id: tag_and_prepare_release
uses: K-Phoen/[email protected]
with:
release_branch: issue9-gzip/v4.0.0alpha-issue9-20231230-1
prerelease: true
tag: 'v4.0.0alpha-issue9-20231230-1'
release_branch: issue9-gzip
release_strategy: tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Create Branch-specific Release
# uses: SimWinSports/[email protected]
# id: create_release
# with:
# release_branch: issue9-gzip/v4.0.0alpha-issue9-20231230-1
# prerelease: true
# tag: 'v4.0.0alpha-issue9-20231230-1'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit dacc329

Please sign in to comment.