Skip to content

Commit

Permalink
DRVeyl says « Zip is just RealAntennas folder not Gamedata/RealAntenn…
Browse files Browse the repository at this point in the history
…as. »
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent 68a7034 commit 6935085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "Release dir: ${RELEASE_DIR}"
mkdir "${RELEASE_DIR}"
echo "::set-output name=release-dir::${RELEASE_DIR}"
cp "${env:GITHUB_WORKSPACE}/GameData" "${RELEASE_DIR}" -Recurse
cp "${env:GITHUB_WORKSPACE}/GameData/RealAntennas" "${RELEASE_DIR}" -Recurse
- name: Upload artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 6935085

Please sign in to comment.