From 4f07672cfa5af859691f3340f8c2f18dab12fb22 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 25 Jun 2022 20:02:40 -0400 Subject: [PATCH] CI cleanup --- .github/workflows/CI.yml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index af348f7b..c3ee11fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -374,10 +374,6 @@ jobs: - name: Package MacOS run: | - # remove cached artifacts - rm -r -f ./artifacts/ - mkdir artifacts - mkdir -p artifacts cd build @@ -406,14 +402,15 @@ jobs: rm -f ./sunshine-macos-experimental-bundle.dmg rm -f ./sunshine-macos-experimental-archive.zip - - name: Create Release - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: SunshineStream/actions/create_release@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - next_version: ${{ needs.check_changelog.outputs.next_version }} - last_version: ${{ needs.check_changelog.outputs.last_version }} - release_body: ${{ needs.check_changelog.outputs.release_body }} + # no artifacts to release currently +# - name: Create Release +# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} +# uses: SunshineStream/actions/create_release@master +# with: +# token: ${{ secrets.GITHUB_TOKEN }} +# next_version: ${{ needs.check_changelog.outputs.next_version }} +# last_version: ${{ needs.check_changelog.outputs.last_version }} +# release_body: ${{ needs.check_changelog.outputs.release_body }} build_mac_port: name: Macports @@ -601,9 +598,6 @@ jobs: work=$(port work sunshine) echo "Sunshine port work directory: ${work}" - # testing - ls ${work} - # move components out of port work directory sudo mv ${work}/Sunshine*component.pkg /tmp/