Skip to content

feat(CI): Add workflow for building the Steam depot #1

feat(CI): Add workflow for building the Steam depot

feat(CI): Add workflow for building the Steam depot #1

Workflow file for this run

name: Steam depot

Check failure on line 1 in .github/workflows/steam.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/steam.yml

Invalid workflow file

`workflow_dispatch push` is not a valid event name
on:
workflow_dispatch
push
jobs:
create_depot:
name: Create Steam depot
runs-on: ubuntu-latest
steps:
- name: Create directory structure
run: mkdir plugins
- uses: actions/checkout@v4
with:
show-progress: false
path: ./plugins
- name: Upload to Steam depot
uses: actions/upload-artifact@v4
with:
name: hdpi
path: .