Skip to content

Commit

Permalink
Fixed dev name
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Jul 1, 2024
1 parent 0c2f950 commit 7846886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FissionPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
uses: actions/upload-artifact@v4
id: upload-artifact-dev
with:
name: "${{ steps.info.outputs.name }}/dev@${{ steps.info.outputs.version }}[${{ steps.date.outputs.timestamp }}]"
name: "${{ steps.info.outputs.name }}-dev@${{ steps.info.outputs.version }}[${{ steps.date.outputs.timestamp }}]"
path: fission/dist/dev/

0 comments on commit 7846886

Please sign in to comment.