Update GitHub Actions workflow for artifact upload

This commit is contained in:
dewomser 2025-12-09 19:25:11 +01:00 committed by GitHub
parent 5ba6231c25
commit 49e7f6dcb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,11 +18,10 @@ jobs:
- name: bash script ausführen
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
uses: actions/upload-artifact@v5
with:
name: wetter-csv
path: wetter.csv
retention-days: 1
name: wetter_csv # Name of the artifact
path: wetter.csv
- name: Grafik in README.md einfügen
run: | # Mehrzeiliges Kommando
# Die README.md-Datei mit der Grafik aktualisieren