mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
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:
parent
3c504efbd6
commit
c1bd11c816
1 changed files with 4 additions and 6 deletions
10
.github/workflows/wettrgrafik.yml
vendored
10
.github/workflows/wettrgrafik.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue