Fix artifact name in workflow configuration

This commit is contained in:
dewomser 2025-12-09 18:52:32 +01:00 committed by GitHub
parent e5935cd745
commit 3c504efbd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ 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.csv # Artifact name with: wetter # Artifact name
name: # optional, default is artifact name: # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
path: / path: /