1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Update release.yml

This commit is contained in:
Cory Smith 2022-09-06 19:42:06 -05:00
parent 9aa37ff08f
commit 33892c63ec

View file

@ -72,12 +72,3 @@ jobs:
path: |
qb64/
qb64_development_win-x64*.7z
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
qb64_development_win-x64*.7z
env:
GITHUB_TOKEN: $({ secrets.GITHUB_TOKEN })