diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index f70c162331..086cb762c9 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -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: