From 337258d3dcf0419b0d3487489b9e9a81b1c2d48c Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 25 Jun 2023 22:20:13 -0400 Subject: [PATCH] Fix .deb installation command --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index f9058ad09c..6b3e620209 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -922,7 +922,7 @@ jobs: run: | sudo dpkg --add-architecture i386 sudo apt-get update - sudo apt-get install -y tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb + sudo apt-get install -y ./tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb systemctl status tgstation-server sudo ls -al /etc/tgstation-server sudo cat /etc/tgstation-server/appsettings.Production.yml