Skip to content

NOT COMPLETE WORKFLOWS #1

NOT COMPLETE WORKFLOWS

NOT COMPLETE WORKFLOWS #1

Workflow file for this run

name: ContentAPI Main CI
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
env:
CW_REFERENCES_URL: https://CircusStudios.github.io/CW-References/Master.zip
CW_REFERENCES_PATH: ${{ github.workspace }}/ContentWarning/References
jobs:
build:
runs-on: windows-latest
steps:
- name: Setup Dotnet
uses: actions/[email protected]
- uses: actions/[email protected]
- name: Get References
shell: pwsh
run: |
Invoke-WebRequest -Uri ${{ env.CW_REFERENCES_URL }} -OutFile ${{ github.workspace }}/ContentWarning/References.zip
Expand-Archive -Path References.zip -DestinationPath ${{ env.CW_REFERENCES_PATH }}
- name: Build