Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Jan 26, 2022
1 parent 26772f3 commit 6c2e8a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
include:
- os: windows-2019
platform-name: windows.x64
- os: macos-10.15
platform-name: macos.x64
- os: ubuntu-20.04
platform-name: linux.x64
steps:
- name: Checkout code
# fetch-depth=0 and v1 are needed for 'git describe' to work correctly.
Expand All @@ -36,6 +32,7 @@ jobs:
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 }}"
echo "hash=$GHASH" >> $GITHUB_ENV
- name: Set up Python ${{ env.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 6c2e8a3

Please sign in to comment.