Skip to content

Commit

Permalink
[WIP] Name GitHub Actions artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 30, 2023
1 parent 065ebb6 commit ae419df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: brioche
if-no-files-found: error
path: |
target/release/brioche
Expand All @@ -70,6 +71,8 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: brioche
- run: ls -l
- run: tree

0 comments on commit ae419df

Please sign in to comment.