Skip to content

Commit

Permalink
try automatic relase on tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jul 11, 2024
1 parent 468fdf8 commit 3f51860
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
push:
branches:
- main
tags:
- "*.*.*"
pull_request:
branches:
- main
Expand Down Expand Up @@ -140,7 +142,8 @@ jobs:
name: ${{ env.SWIFTSHADER_ARTIFACT_NAME }}
path: ${{ env.SWIFTSHADER_ARTIFACT_ZIPFILE }}

#- name: 📦 🚀 Release
# uses: softprops/action-gh-release@v2 https://github.com/softprops/action-gh-release
# with:
# files: swiftshader/build/swiftshader-win64.zip
- name: 📦 🚀 Release
uses: softprops/action-gh-release@v2 # https://github.com/softprops/action-gh-release
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ env.SWIFTSHADER_ARTIFACT_ZIPFILE }}

0 comments on commit 3f51860

Please sign in to comment.