From a59e650ba52a871c4b21bc364966c5e4b2bdaabb Mon Sep 17 00:00:00 2001 From: "Jack L. Frost" Date: Wed, 25 Oct 2023 22:16:00 +0000 Subject: [PATCH] Update .gitea/workflows/build-package.yaml --- .gitea/workflows/build-package.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index aa235d9..925492e 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -23,11 +23,6 @@ jobs: run: | cd ${{ gitea.workspace }} /build -s --noconfirm -# - name: Upload artifacts -# uses: actions/upload-artifact@v3 -# with: -# name: package -# path: ./*.pkg.tar.zst - name: Put the packages into the import dir run: cp -v ./*.pkg.tar.zst /import - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file