Skip to content

Commit

Permalink
Upload artifact v4 needs to forcefully include hidden files
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Sep 7, 2024
1 parent 1d8802a commit bcc69a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ jobs:
- name: Upload executables as an artifact for later jobs in workflow
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
path: .execs/*
path: .execs/
name: executables.zip # When downloading it is a zip with all executables
if-no-files-found: error
include-hidden-files: true
retention-days: 1

provenance-sdist:
Expand Down

0 comments on commit bcc69a5

Please sign in to comment.