Skip to content

Commit

Permalink
[release] I am stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Jan 26, 2022
1 parent c7076ef commit 5d74ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set archive name
run: |
ARCHIVE_NAME=${{ env.project-name }}-`python3 date.py`-`git describe --always`
GHASH=${{ env.project-name }}-`git rev-parse HEAD`-${{ matrix.platform-name }}
GHASH=${{ env.project-name }}-`python3 date.py`-`git describe --always`
echo "Archive name set to: $ARCHIVE_NAME"
echo "archive-name=$ARCHIVE_NAME" >> $GITHUB_ENV
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# This step exists for debugging. Such as checking if data files were included correctly by PyInstaller.
- name: List distribution files
run: |
GHASH=${{ env.project-name }}-`git rev-parse HEAD`-${{ matrix.platform-name }}
GHASH=${{ env.project-name }}-`python3 date.py`-`git describe --always`
echo $GHASH
find dist
# Archive the PyInstaller build using the appropriate tool for the platform.
Expand Down

0 comments on commit 5d74ab2

Please sign in to comment.