Skip to content

Commit

Permalink
Update artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Aug 5, 2024
1 parent ae4a990 commit 5f7dd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifact_alpha
path: '/model/src/main/resources/artifact_alpha'
path: 'model/src/main/resources/artifact_alpha'
- name: Generate test artifact beta
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifact_beta
path: '/model/src/main/resources/artifact_beta'
path: 'model/src/main/resources/artifact_beta'

0 comments on commit 5f7dd38

Please sign in to comment.