Remove defunct .deb relocate build step

This commit is contained in:
Jordan
2023-06-19 12:59:47 -04:00
parent 9dfb8c759c
commit dc86ecc980
-3
View File
@@ -893,9 +893,6 @@ jobs:
run: |
echo "TGS_VERSION=$(xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion build/Version.props)" >> $GITHUB_ENV
- name: Relocate .deb
run: mv ../tgstation-server_${{ env.TGS_VERSION }}-1_${{ matrix.arch }}.deb ./
- name: Upload .deb Artifact
uses: actions/upload-artifact@v3
with: