Skip to content

Commit

Permalink
ci: pass upload path with pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 15, 2024
1 parent 3c17308 commit 4ceb1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-data
path: ${{ steps.determine_changes.outputs.files }}
path: |
${{ steps.determine_changes.outputs.files }}
include-hidden-files: true # needed for .env

dispatch_beta_release:
Expand Down

0 comments on commit 4ceb1b4

Please sign in to comment.