From a6ecf19932b5eee50670ab39e03cfcebea64dfc5 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 29 Oct 2024 21:37:39 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Fixing=20CI.=20=20Added=20directory=20li?= =?UTF-8?q?sting=20=F0=9F=91=B7=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dist.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index c60e7b7..a34e746 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 # Checkout Sourcecode - uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@v1 + - run: | + ls -lah - uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@v1 with: base_url: "${{ secrets.G_SERVER_URL}}"