Skip to content

Commit aebde5d

Browse files
committed
Add SNAPSHOT to build artifact name
1 parent 5fa140f commit aebde5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Upload build artifact
2929
uses: actions/upload-artifact@v4
3030
with:
31-
name: lagrange-${{ steps.package-version.outputs.current-version}}-${{ github.sha }}
31+
name: lagrange-${{ steps.package-version.outputs.current-version}}-SNAPSHOT-${{ github.sha }}
3232
path: dist

0 commit comments

Comments
 (0)