CI cleanup
This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user