Skip to content

Commit

Permalink
Let’s see about this version stuff later
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent d6d8b56 commit aecfdde
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,6 @@ jobs:
run: |
msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${env:GITHUB_WORKSPACE}/src/RealAntennasProject.sln
#- name: Remove excess DLLs
# uses: KSP-RO/BuildTools/remove-excess-dlls@master
# with:
# path: ${GITHUB_WORKSPACE}/GameData/

- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.0

- name: Build metadata
shell: bash
run: |
python ${env:GITHUB_WORKSPACE}/makeMeta.py 2.0.0.0
- name: Assemble release
id: assemble-release
run: |
Expand Down

0 comments on commit aecfdde

Please sign in to comment.