Skip to content

Commit

Permalink
[release] Fixed github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Jan 26, 2022
1 parent 9a24e23 commit 93aa553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
fetch-depth: 0
- name: Set archive name
run: |
ARCHIVE_NAME=${{ env.project-name }}-`git describe --always`-${{ matrix.platform-name }}
ARCHIVE_NAME=${{ env.project-name }}-`python3 date.py`-`git describe --always`
GHASH=${{ env.project-name }}-`git rev-parse HEAD`-${{ matrix.platform-name }}
echo "Archive name set to: $ARCHIVE_NAME"
echo "archive-name=$ARCHIVE_NAME" >> $GITHUB_ENV
echo "${{ github.event.head_commit.message }}"
Expand Down

0 comments on commit 93aa553

Please sign in to comment.