Alles zurück

This commit is contained in:
dewomser 2025-01-28 00:33:19 +01:00
parent b28675ba82
commit 5512094e8f
No known key found for this signature in database
GPG key ID: 3A312467A034D190
2 changed files with 0 additions and 28 deletions

View file

@ -1 +0,0 @@

View file

@ -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