Skip to content

Commit

Permalink
fix: .zip should only contain the MapModifiers folder
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 7, 2024
1 parent 54b0f39 commit b9918b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Zip release
if: env.new_version == 'true'
run: zip -r /home/runner/work/cs2-map-modifiers-${{ env.version }}.zip /home/runner/work/cs2-map-modifiers/cs2-map-modifiers/MapModifiers/bin/Release/net8.0/MapModifiers
run: cd /home/runner/work/cs2-map-modifiers/cs2-map-modifiers/MapModifiers/bin/Release/net8.0 && zip -r /home/runner/work/cs2-map-modifiers-${{ env.version }}.zip MapModifiers

- name: Get release notes
if: env.new_version == 'true'
Expand Down

0 comments on commit b9918b1

Please sign in to comment.