Skip to content

Commit

Permalink
removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tcklpl committed May 3, 2024
1 parent 3d1a933 commit b6d6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run pack
- name: Rename Executables
working-directory: server/dist
run: for file in *; do mv "$file" $(echo "$file" | sed -E "s/war2-server-(.+)/War2\ Server\ ${{ steps.version.outputs.current-version }}-\1/"); done
run: for file in *; do mv "$file" $(echo "$file" | sed -E "s/war2-server-(.+)/War2-Server-${{ steps.version.outputs.current-version }}-\1/"); done
- name: Sharing Executables
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b6d6e2e

Please sign in to comment.