Modify artifact upload settings in wettrgrafik.yml

Updated artifact upload configuration in GitHub Actions workflow to specify the artifact name and path.
This commit is contained in:
dewomser 2025-12-09 19:02:26 +01:00 committed by GitHub
parent 3c504efbd6
commit c1bd11c816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,12 +19,10 @@ jobs:
run: bash wetter10.sh # Bash-Skript ausführen, das die Wetterdaten abruft und eine Datei namens wetter.dat erzeugt run: bash wetter10.sh # Bash-Skript ausführen, das die Wetterdaten abruft und eine Datei namens wetter.dat erzeugt
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v5.0.0 uses: actions/upload-artifact@v5.0.0
with: wetter # Artifact name with:
name: # optional, default is artifact name: wetter-csv
# A file, directory or wildcard pattern that describes what to upload path: wetter.csv
path: / retention-days: 5
# The desired behavior if no files are found using the provided path.
- name: Grafik in README.md einfügen - name: Grafik in README.md einfügen
run: | # Mehrzeiliges Kommando run: | # Mehrzeiliges Kommando
# Die README.md-Datei mit der Grafik aktualisieren # Die README.md-Datei mit der Grafik aktualisieren