Skip to content

Commit 6ffcd74

Browse files
committed
use github sha in pyinstaller build
1 parent 5a510c8 commit 6ffcd74

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515

1616
steps:
1717
- 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)"
2318
- uses: actions/setup-python@v2
2419
with:
2520
python-version: 3.10.7
@@ -30,5 +25,5 @@ jobs:
3025
#- run: ./dist/your-code/your-code
3126
- uses: actions/upload-artifact@v3
3227
with:
33-
name: Tuttle-${{ steps.get-tag.outputs.tag }}-${{ matrix.os }}
28+
name: Tuttle-${{ github.sha }}-${{ matrix.os }}
3429
path: dist/

0 commit comments

Comments
 (0)