Skip to content

Commit 06af86d

Browse files
committed
Updating app files
1 parent 61708ad commit 06af86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: flet pack ./src/desktop/main.py
2222

2323
- name: Github release upload
24-
run: gh release create v$( date +%Y%m%d%H%M%S ) --discussion-category "General" ./dist/*
24+
run: gh release create v$( date +%Y%m%d%H%M%S ) ./dist/*
2525
env:
2626
GH_TOKEN: ${{ github.token }}
2727

0 commit comments

Comments
 (0)