From dc86ecc98008b82622c3fd383021e917d9ac6f97 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 19 Jun 2023 12:59:43 -0400 Subject: [PATCH] Remove defunct .deb relocate build step --- .github/workflows/ci-suite.yml | 3 --- 1 file changed, 3 deletions(-) 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: