Skip to content

Commit

Permalink
[release] DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Jan 26, 2022
1 parent d50f6a4 commit fd83598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 }}-`python3 date.py`-`git describe --always`
GHASH=${{ env.project-name }}-`git describe --always`
echo "Archive name set to: $ARCHIVE_NAME"
echo "archive-name=$ARCHIVE_NAME" >> $GITHUB_ENV
Expand Down

0 comments on commit fd83598

Please sign in to comment.