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