Skip to content

Commit aea7e1f

Browse files
committed
Update build.yml
1 parent 0badaa8 commit aea7e1f

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ jobs:
173173
uses: softprops/action-gh-release@v2
174174
with:
175175
tag_name: ${{ steps.tagger.outputs.tag }}
176-
name: CS2 Drop-in Bundles ${{ steps.tagger.outputs.tag }}
176+
name: ST drag and drop working ${{ steps.tagger.outputs.tag }}
177177
body: |
178-
Automated bundle build.
179-
PoorSharpTimer: branch `${{ env.PST_BRANCH }}`, commit ${{ env.PST_COMMIT }}
178+
Bundle that contains MetaMod + CSS (Latest version) + SharpTimer built from Dev version.
179+
SharpTimer: branch `${{ env.PST_BRANCH }}`, commit ${{ env.PST_COMMIT }}
180180
181181
**Linux sources**
182182
- Metamod: ${{ env.METAMOD_URL_LINUX }}
@@ -197,9 +197,15 @@ jobs:
197197
198198
**Structure inside each zip**
199199
addons/
200-
metamod/
201-
counterstrikesharp/
202-
plugins/poor-sharptimer/
200+
- metamod/
201+
- counterstrikesharp/
202+
- plugins/SharpTimer/
203+
- plugins/cs2-tags/
204+
- shared/TagsApi/
205+
- shared/SharpTimerAPI/
206+
cfg/
207+
- SharpTimer/
208+
- stfixes-metamod/
203209
files: |
204210
${{ env.ZIP_LINUX }}
205211
${{ env.ZIP_WINDOWS }}

0 commit comments

Comments
 (0)