Skip to content

Commit

Permalink
ci: Downloading artifacts puts them into a dir
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 14, 2023
1 parent 23a36f6 commit 1dc667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
path: .
- name: Download build artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 1dc667f

Please sign in to comment.