Skip to content

Commit

Permalink
Merge pull request #399 from stevezhengshiqi/master
Browse files Browse the repository at this point in the history
CI: Adapt new buildme and Remove Upload to Release stage
  • Loading branch information
jief666 authored May 24, 2021
2 parents fe480f9 + 6848fd5 commit 8b2af7e
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 113 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1

- name: Build Clover Pack
run: ./buildme "" ci
run: |
chmod +x ./buildme
./buildme "" ci
- name: Prepare Release Packs
run: |
Expand Down Expand Up @@ -58,13 +60,13 @@ jobs:
CLOVERX64.efi.zip
Clover_r*.pkg
- name: Upload to Release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ncipollo/release-action@v1
with:
artifacts: ./*.7z, ./Clover.app*.pkg, ./CloverV2*.zip, ./CLOVERX64.efi.zip, ./Clover_r*.pkg
bodyFile: ReleaseNotes.md
name: Release v5.1 r${{ env.CUR_TAG }}
prerelease: false
tag: ${{ env.CUR_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload to Release
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
# uses: ncipollo/release-action@v1
# with:
# artifacts: ./*.7z, ./Clover.app*.pkg, ./CloverV2*.zip, ./CLOVERX64.efi.zip, ./Clover_r*.pkg
# bodyFile: ReleaseNotes.md
# name: Release v5.1 r${{ env.CUR_TAG }}
# prerelease: false
# tag: ${{ env.CUR_TAG }}
# token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ RELEASE_*/
*copy [0-9]*

#work in progress
*_wip

*_wip
Loading

0 comments on commit 8b2af7e

Please sign in to comment.