Skip to content

Commit

Permalink
try new name/location to get releases to move to release from workflo…
Browse files Browse the repository at this point in the history
…w page
  • Loading branch information
justinvforvendetta committed Sep 4, 2024
1 parent 639d173 commit b4955a3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
release:
types: [published]

jobs:
macos13:
Expand Down Expand Up @@ -252,11 +254,11 @@ jobs:
with:
tag_name: v7.6.0
files: |
verge-windows32
verge-windows64
verge-macos
verge-ubuntu20
verge-ubuntu22
verge-ubuntu24
/home/runner/work/verge/verge/verge-windows32.zip
/home/runner/work/verge/verge/verge-windows64.zip
/home/runner/work/verge/verge/verge-macos.zip
/home/runner/work/verge/verge/verge-ubuntu20.zip
/home/runner/work/verge/verge/verge-ubuntu22.zip
/home/runner/work/verge/verge/verge-ubuntu24.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b4955a3

Please sign in to comment.