Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
CI: Fix EFI Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 28, 2020
1 parent e0b2aec commit 5f6fbe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Initialize Variables
run: |
echo "CUR_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "EFI_VERSION=$(echo ${CUR_TAG} | sed 's/-/\ /g' | sed 's/beta/beta\ /g')" >> $GITHUB_ENV
echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> $GITHUB_ENV
export DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer
Expand All @@ -33,7 +32,7 @@ jobs:
with:
artifacts: build/*.zip
bodyFile: build/XiaoMi_Pro-${{ env.CUR_TAG }}/ReleaseNotes.md
name: XiaoMi NoteBook Pro EFI ${{ env.EFI_VERSION }}
name: XiaoMi NoteBook Pro EFI ${{ env.CUR_TAG }}
prerelease: false
tag: ${{ env.CUR_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5f6fbe9

Please sign in to comment.