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 24b9a6e + 8b4c2f4 commit f97fa5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
- name: copy package content
run: cp -rf PugSharp/bin/Debug/net7.0/publish/* packagebuild/addons/counterstrikesharp/plugins/PugSharp
- name: build package
run: zip -r PugSharp_$PUGSHARPNETVER.zip packagebuild/addons
run: zip -r PugSharp_$PUGSHARPNETVER.zip addons
working-directory: ./packagebuild
- name: ls
run: ls -la
- name: find
Expand All @@ -125,7 +126,7 @@ jobs:
with:
files: |
./release.json
./PugSharp_$PUGSHARPNETVER.zip
./packagebuild/PugSharp_*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: pre Release
Expand All @@ -135,7 +136,7 @@ jobs:
prerelease: true
files: |
./release.json
./PugSharp_$PUGSHARPNETVER.zip
./packagebuild/PugSharp_*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload pre - pre release
Expand All @@ -144,5 +145,5 @@ jobs:
name: latest_pre_pre
path: |
./release.json
./PugSharp_$PUGSHARPNETVER.zip
./packagebuild/PugSharp_*.zip
retention-days: 10

0 comments on commit f97fa5f

Please sign in to comment.