CI cleanup

This commit is contained in:
ReenigneArcher
2022-06-25 20:02:40 -04:00
parent 25e21ee807
commit 4f07672cfa
+9 -15
View File
@@ -374,10 +374,6 @@ jobs:
- name: Package MacOS - name: Package MacOS
run: | run: |
# remove cached artifacts
rm -r -f ./artifacts/
mkdir artifacts
mkdir -p artifacts mkdir -p artifacts
cd build cd build
@@ -406,14 +402,15 @@ jobs:
rm -f ./sunshine-macos-experimental-bundle.dmg rm -f ./sunshine-macos-experimental-bundle.dmg
rm -f ./sunshine-macos-experimental-archive.zip rm -f ./sunshine-macos-experimental-archive.zip
- name: Create Release # no artifacts to release currently
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} # - name: Create Release
uses: SunshineStream/actions/create_release@master # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with: # uses: SunshineStream/actions/create_release@master
token: ${{ secrets.GITHUB_TOKEN }} # with:
next_version: ${{ needs.check_changelog.outputs.next_version }} # token: ${{ secrets.GITHUB_TOKEN }}
last_version: ${{ needs.check_changelog.outputs.last_version }} # next_version: ${{ needs.check_changelog.outputs.next_version }}
release_body: ${{ needs.check_changelog.outputs.release_body }} # last_version: ${{ needs.check_changelog.outputs.last_version }}
# release_body: ${{ needs.check_changelog.outputs.release_body }}
build_mac_port: build_mac_port:
name: Macports name: Macports
@@ -601,9 +598,6 @@ jobs:
work=$(port work sunshine) work=$(port work sunshine)
echo "Sunshine port work directory: ${work}" echo "Sunshine port work directory: ${work}"
# testing
ls ${work}
# move components out of port work directory # move components out of port work directory
sudo mv ${work}/Sunshine*component.pkg /tmp/ sudo mv ${work}/Sunshine*component.pkg /tmp/