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