Skip to content

Commit

Permalink
we have a tag possiblty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharlock93 committed Jan 21, 2025
1 parent e0d67c6 commit db77907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ jobs:
- name: run_said_build_bat
run: |
cd ..
tree /F /A
shell: cmd

- name: Download a Build Artifact
uses: actions/[email protected]
with:
name: WhatIsHappening

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -33,6 +39,7 @@ jobs:
build/WhatIsHappening.zip
build/WhatIsHappening
WhatIsHappening
WhatIsHappening
*.zip
build/main.exe
build/main.pdb

0 comments on commit db77907

Please sign in to comment.