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

Commit

Permalink
CI: Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 28, 2020
1 parent 4d0d0a9 commit e0b2aec
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 @@ -18,14 +18,14 @@ jobs:

- name: Initialize Variables
run: |
echo "CUR_TAG=${GITHUB_REF##*/}\" >> $GITHUB_ENV
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
- name: Run makefile
run: |
./makefile.sh --NO_GH_API --VERSION="${CUR_TAG}" --PRE_RELEASE=Kext --PRE_RELEASE=OC
./makefile.sh --NO_GH_API --VERSION=${CUR_TAG} --PRE_RELEASE=Kext --PRE_RELEASE=OC
- name: Upload to Release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e0b2aec

Please sign in to comment.