Browse Source

.

pull/290/head
Jeppe Rask 3 years ago
parent
commit
10ec9d3b16
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/release.yml

+ 1
- 0
.github/workflows/release.yml View File

@ -39,6 +39,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}
files: static.zip
fail_on_unmatched_files: true
prerelease: false


Loading…
Cancel
Save