Skip to content

Commit 5298118

Browse files
authored
Update release.yml
1 parent 3e820d7 commit 5298118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
pyinstaller -F send.py
3636
pyinstaller -F scan.py
3737
pyinstaller -F scanall.py
38+
echo "::set-output name=release_tag::$(date +"%Y.%m.%d-%H%M")"
3839
3940
- name: Zip Release
4041
uses: TheDoctor0/[email protected]
@@ -48,4 +49,5 @@ jobs:
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
with:
52+
tag_name: ${{ steps.tag.outputs.release_tag }}
5153
files: ./dist/MCBEprotocolTools.zip

0 commit comments

Comments
 (0)