Skip to content

Commit

Permalink
Merge pull request #909 from SymmetricDevs/bru-better-building
Browse files Browse the repository at this point in the history
fix: remove quotations (and actually remember a thing)
  • Loading branch information
bruberu authored Jul 16, 2024
2 parents f74c9ac + d1b830b commit 3f0cc00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Rename file
run: |
mv buildOut/client.zip buildOut/supersymmetry-"${{steps.get-version.outputs.result}}".zip
mv buildOut/server.zip buildOut/server-"${{steps.get-version.outputs.result}}".zip
mv buildOut/client.zip buildOut/supersymmetry-${{steps.get-version.outputs.result}}.zip
mv buildOut/server.zip buildOut/server-${{steps.get-version.outputs.result}}.zip
rm -f buildOut/client.zip
rm -f buildOut/server.zip
Expand All @@ -62,7 +62,7 @@ jobs:
prerelease: false
title: ${{ steps.get-version.outputs.result }}
files: |
buildOut/client.zip
buildOut/server.zip
buildOut/supersymmetry-${{steps.get-version.outputs.result}}.zip
buildOut/server-${{steps.get-version.outputs.result}}.zip
buildOut/modlist.html

0 comments on commit 3f0cc00

Please sign in to comment.