Skip to content

Commit

Permalink
Remove unused docs folder from the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Aug 25, 2023
1 parent c0dfc0f commit fce8f24
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@ jobs:
cp /tmp/linux-tmp/* /tmp/opennox-linux
cp ./CHANGELOG.md /tmp/opennox-linux
mkdir /tmp/opennox-linux/docs
cp ./docs/game-*.md /tmp/opennox-linux/docs/
cp ./docs/server-*.md /tmp/opennox-linux/docs/
cp ./docs/mod-*.md /tmp/opennox-linux/docs/
cp ./docs/maps-*.md /tmp/opennox-linux/docs/
cp ./docs/*-sample.yml /tmp/opennox-linux/docs/
export VERSION=$(git name-rev --tags --name-only $(git rev-parse HEAD))
cd /tmp/opennox-linux
rm -rf /tmp/opennox-linux-release
Expand Down Expand Up @@ -274,13 +267,6 @@ jobs:
cp /tmp/win-tmp/*.dll /tmp/opennox-win/
cp ./CHANGELOG.md /tmp/opennox-win/
mkdir /tmp/opennox-win/docs
cp ./docs/game-*.md /tmp/opennox-win/docs/
cp ./docs/server-*.md /tmp/opennox-win/docs/
cp ./docs/mod-*.md /tmp/opennox-win/docs/
cp ./docs/maps-*.md /tmp/opennox-win/docs/
cp ./docs/*-sample.yml /tmp/opennox-win/docs/
rm -rf /tmp/opennox-win-release
mkdir -p /tmp/opennox-win-release
export VERSION=$(git name-rev --tags --name-only $(git rev-parse HEAD))
Expand Down

0 comments on commit fce8f24

Please sign in to comment.