Skip to content

Commit

Permalink
fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 17, 2023
1 parent d5fdbed commit 3e18669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: copy sample configs
run: cp -rf resources/cfg packagebuild/cfg
- name: build package
run: zip -r PugSharp_linux_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_linux_$PUGSHARPNETVER.zip addons cfg
working-directory: ./packagebuild
- name: move package
run: mv PugSharp_linux_$PUGSHARPNETVER.zip ../
Expand All @@ -206,7 +206,7 @@ jobs:
- name: extract counterstrikesharp without runtime
run: unzip -o counterstrikesharp.zip -d packagebuild/
- name: build package
run: zip -r PugSharp_with_cssharp_linux_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_with_cssharp_linux_$PUGSHARPNETVER.zip addons cfg
working-directory: ./packagebuild
- name: move package
run: mv PugSharp_with_cssharp_linux_$PUGSHARPNETVER.zip ../
Expand All @@ -216,7 +216,7 @@ jobs:
- name: extract counterstrikesharp with runtime
run: unzip -o counterstrikesharp.zip -d packagebuild/
- name: build package
run: zip -r PugSharp_with_cssharp_and_runtime_linux_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_with_cssharp_and_runtime_linux_$PUGSHARPNETVER.zip addons cfg
working-directory: ./packagebuild
- name: move package
run: mv PugSharp_with_cssharp_and_runtime_linux_$PUGSHARPNETVER.zip ../
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
run: cp -rf resources/cfg packagebuild/cfg
shell: bash
- name: build package
run: zip -r PugSharp_windows_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_windows_$PUGSHARPNETVER.zip addons cfg
shell: bash
working-directory: ./packagebuild
- name: move package
Expand All @@ -298,7 +298,7 @@ jobs:
run: unzip -o counterstrikesharp.zip -d packagebuild/
shell: bash
- name: build package
run: zip -r PugSharp_with_cssharp_windows_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_with_cssharp_windows_$PUGSHARPNETVER.zip addons cfg
shell: bash
working-directory: ./packagebuild
- name: move package
Expand All @@ -313,7 +313,7 @@ jobs:
run: unzip -o counterstrikesharp.zip -d packagebuild/
- name: build package
shell: bash
run: zip -r PugSharp_with_cssharp_and_runtime_windows_$PUGSHARPNETVER.zip addons
run: zip -r PugSharp_with_cssharp_and_runtime_windows_$PUGSHARPNETVER.zip addons cfg
working-directory: ./packagebuild
- name: move package
shell: bash
Expand Down

0 comments on commit 3e18669

Please sign in to comment.