Skip to content

Remove spitroast from ScreenshareQualityPatch #18

Remove spitroast from ScreenshareQualityPatch

Remove spitroast from ScreenshareQualityPatch #18

Workflow file for this run

name: Zip and Publish
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create Zip File
uses: vimtor/action-zip@v1
with:
files: ./patches
dest: patches.zip
- name: Upload Zip
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/patches.zip
asset_name: patches.zip
tag: "Main"
overwrite: true