Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushaway authored Oct 9, 2023
1 parent aa82d2c commit bb5e794
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ jobs:
sudo apt install -yq --no-install-recommends g++-multilib
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: extension

- name: Checkout SourceMod
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/sourcemod
ref: ${{ matrix.sourcemod-version }}
path: sourcemod
submodules: recursive

- name: Checkout AMBuild
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/ambuild
path: ambuild
Expand All @@ -67,7 +67,7 @@ jobs:
ambuild
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}
path: extension/build/package
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3

- name: Package
run: |
Expand Down

0 comments on commit bb5e794

Please sign in to comment.