From 5512094e8fb664f6c261c96184910bc415e72771 Mon Sep 17 00:00:00 2001 From: Stefan Hoehn Date: Tue, 28 Jan 2025 00:33:19 +0100 Subject: [PATCH] =?UTF-8?q?Alles=20zur=C3=BCck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .artifacts | 1 - .github/workflows/download_artifacts.yml | 27 ------------------------ 2 files changed, 28 deletions(-) delete mode 100644 .artifacts delete mode 100644 .github/workflows/download_artifacts.yml diff --git a/.artifacts b/.artifacts deleted file mode 100644 index 8b13789..0000000 --- a/.artifacts +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/workflows/download_artifacts.yml b/.github/workflows/download_artifacts.yml deleted file mode 100644 index 4b12d5e..0000000 --- a/.github/workflows/download_artifacts.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Download Artifacts - -on: - push: - branches: - - main - -jobs: - download-artifacts: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: List artifacts - id: list-artifacts - uses: MichaelMelena/list-artifacts@v1.0.1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - repository: ${{ github.repository }} - - - name: Download artifacts - uses: actions/download-artifact@v4 - with: - name: artifacts - run: ls -R