We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d846fd commit a3af10aCopy full SHA for a3af10a
.github/workflows/CI.yml
@@ -46,9 +46,8 @@ jobs:
46
run: |
47
pipenv run pyinstaller main.py -n research-mnemonic --onefile
48
49
- - uses: "marvinpinto/action-automatic-releases@latest"
+ - name: Release
50
+ uses: softprops/action-gh-release@v1
51
+ if: startsWith(github.ref, 'refs/tags/')
52
with:
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
- prerelease: false
53
- files: |
54
- dist/${{ matrix.artifact_name }}
+ files: dist/${{ matrix.artifact_name }}
0 commit comments