Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Lan2Play/PugSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Nov 2, 2023
2 parents e43593f + 8e0d9f7 commit 74fb642
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
- name: build package
run: zip -r PugSharp_$PUGSHARPNETVER.zip addons
working-directory: ./packagebuild
- name: move package
run: mv PugSharp_$PUGSHARPNETVER.zip ../
working-directory: ./packagebuild
- name: replace version variable in meta files
run: sed -i "s|%%VERSION%%|$PUGSHARPNETVER|g" ./release.json;
- name: replace CounterStrikeSharpVersion variable in meta files
Expand All @@ -148,7 +151,7 @@ jobs:
prerelease: true
files: |
./release.json
./packagebuild/PugSharp_*.zip
./PugSharp_*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload pre - pre release
Expand All @@ -157,5 +160,5 @@ jobs:
name: latest_pre_pre
path: |
./release.json
./packagebuild/PugSharp_*.zip
./PugSharp_*.zip
retention-days: 10

0 comments on commit 74fb642

Please sign in to comment.