mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Fix artifact name in workflow configuration
This commit is contained in:
parent
e5935cd745
commit
3c504efbd6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wettrgrafik.yml
vendored
2
.github/workflows/wettrgrafik.yml
vendored
|
|
@ -19,7 +19,7 @@ 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.csv # Artifact name
|
||||
with: wetter # Artifact name
|
||||
name: # optional, default is artifact
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue