Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: build now uses the correct zip name and plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
dollannn committed Apr 7, 2024
1 parent 6a987c1 commit f096943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
env:
BUILD_NUMBER: ${{ github.run_number }}
PROJECT_PATH: 'CS2-Multi-1v1.csproj'
PROJECT_NAME: 'CS2Multi1v1'
OUTPUT_PATH: './CS2Multi1v1'
PROJECT_NAME: 'CS2-Multi-1v1'
OUTPUT_PATH: './CS2-Multi-1v1'

jobs:
build:
Expand Down Expand Up @@ -61,12 +61,12 @@ jobs:
type: 'zip'
filename: '${{ env.PROJECT_NAME }}.zip'
path: ${{ env.OUTPUT_PATH }}
- name: CS2Multi1v1
- name: CS2-Multi-1v1
uses: ncipollo/[email protected]
with:
artifacts: '${{ env.PROJECT_NAME }}.zip'
name: 'Build ${{ env.BUILD_NUMBER }}'
tag: 'build-${{ env.BUILD_NUMBER }}'
body: |
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/CS2Multi1v1
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/CS2-Multi-1v1
Note: This is a development build and may not be stable.

0 comments on commit f096943

Please sign in to comment.