Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored May 1, 2024
1 parent 8f2125a commit 6a0fdb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Install SourcePawn ${{ inputs.sourcepawn-version }}
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main
with:
sourcemod-version: ${{ inputs.sourcepawn-version }}

- name: Compile ${{ inputs.file }}
run: spcomp "${{ inputs.file }}"
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Install SourcePawn ${{ inputs.sourcepawn-version }}
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main
with:
sourcemod-version: ${{ inputs.sourcepawn-version }}

- name: Format Name
env:
Expand Down

0 comments on commit 6a0fdb0

Please sign in to comment.