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 5a510c8 commit 6ffcd74Copy full SHA for 6ffcd74
.github/workflows/pyinstaller-build.yml
@@ -15,11 +15,6 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
- - run: git fetch --tags
19
- - name: Get tag
20
- id: get-tag
21
- run: |
22
- echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
23
- uses: actions/setup-python@v2
24
with:
25
python-version: 3.10.7
@@ -30,5 +25,5 @@ jobs:
30
#- run: ./dist/your-code/your-code
31
26
- uses: actions/upload-artifact@v3
32
27
33
- name: Tuttle-${{ steps.get-tag.outputs.tag }}-${{ matrix.os }}
28
+ name: Tuttle-${{ github.sha }}-${{ matrix.os }}
34
29
path: dist/
0 commit comments