Skip to content

Commit

Permalink
Update main-build-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama authored Dec 18, 2023
1 parent 03e5656 commit 10d1b6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ jobs:
with:
name: SkyrimCharacterSheet
path: ${{ github.workspace }}/artifacts/SkyrimCharacterSheet.zip


- uses: softprops/action-gh-release@v1
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: ${{ github.workspace }}/artifacts/SkyrimCharacterSheet.zip

0 comments on commit 10d1b6d

Please sign in to comment.