Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shqke authored Jan 1, 2024
1 parent 68adac8 commit 0af11ec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: CI

on:
push:
Expand All @@ -9,6 +9,7 @@ on:
paths-ignore:
- LICENSE
- README.md
workflow_dispatch:
schedule:
- cron: '30 03 01 */3 *' # Artifacts expire every 3 months

Expand Down Expand Up @@ -90,7 +91,7 @@ jobs:
echo>>"%GITHUB_ENV%" %%a=%%b
)
- name: Checking out SourceMod
- name: Getting SourceMod ${{ matrix.sm_version }}
uses: actions/checkout@v3
with:
repository: alliedmodders/sourcemod
Expand Down Expand Up @@ -119,21 +120,21 @@ jobs:
working-directory: ambuild
run: python setup.py install

- name: Checking out hl2sdk-l4d2
- name: Getting hl2sdk-l4d2
uses: actions/checkout@v3
with:
repository: alliedmodders/hl2sdk
ref: l4d2
path: hl2sdk-l4d2

- name: Checking out hl2sdk-l4d
- name: Getting hl2sdk-l4d
uses: actions/checkout@v3
with:
repository: alliedmodders/hl2sdk
ref: l4d
path: hl2sdk-l4d

- name: Checking out own repository
- name: Getting own repository
uses: actions/checkout@v3
with:
path: src
Expand Down

0 comments on commit 0af11ec

Please sign in to comment.