From c1bd11c81664acfab83d3afdbe9f7e0c3910dbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Tue, 9 Dec 2025 19:02:26 +0100 Subject: [PATCH] Modify artifact upload settings in wettrgrafik.yml Updated artifact upload configuration in GitHub Actions workflow to specify the artifact name and path. --- .github/workflows/wettrgrafik.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wettrgrafik.yml b/.github/workflows/wettrgrafik.yml index c9d32ef..7dcb32a 100644 --- a/.github/workflows/wettrgrafik.yml +++ b/.github/workflows/wettrgrafik.yml @@ -19,12 +19,10 @@ jobs: run: bash wetter10.sh # Bash-Skript ausführen, das die Wetterdaten abruft und eine Datei namens wetter.dat erzeugt - name: Upload a Build Artifact uses: actions/upload-artifact@v5.0.0 - with: wetter # Artifact name - name: # optional, default is artifact - # A file, directory or wildcard pattern that describes what to upload - path: / - # The desired behavior if no files are found using the provided path. - + with: + name: wetter-csv + path: wetter.csv + retention-days: 5 - name: Grafik in README.md einfügen run: | # Mehrzeiliges Kommando # Die README.md-Datei mit der Grafik aktualisieren