We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e820d7 commit 5298118Copy full SHA for 5298118
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
pyinstaller -F send.py
36
pyinstaller -F scan.py
37
pyinstaller -F scanall.py
38
+ echo "::set-output name=release_tag::$(date +"%Y.%m.%d-%H%M")"
39
40
- name: Zip Release
41
uses: TheDoctor0/[email protected]
@@ -48,4 +49,5 @@ jobs:
48
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
with:
52
+ tag_name: ${{ steps.tag.outputs.release_tag }}
53
files: ./dist/MCBEprotocolTools.zip
0 commit comments