File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 with :
104104 name : OpenLens-${{ matrix.os }}
105105 retention-days : 5
106- path : lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_NUMBER }}*.*
106+ path : lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_ID }}*.*
107107
108108 - name : Generate Changelog
109109 run : curl -s https://api.github.com/repos/lensapp/lens/releases/latest | jq -r 'select(.prerelease == false) | .body[0:]' > ${{ github.workspace }}-CHANGELOG.txt
@@ -112,15 +112,15 @@ jobs:
112112 uses : softprops/action-gh-release@v0.1.15
113113 if : github.ref == 'refs/heads/main'
114114 with :
115- tag_name : v${{ env.LENS_VERSION }}-${{ env.BUILD_NUMBER }}
115+ tag_name : v${{ env.LENS_VERSION }}-${{ env.BUILD_ID }}
116116 body_path : ${{ github.workspace }}-CHANGELOG.txt
117- files : lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_NUMBER }}*.*
117+ files : lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_ID }}*.*
118118
119119 - name : Latest
120120 uses : softprops/action-gh-release@v0.1.15
121121 if : github.ref == 'refs/heads/main'
122122 with :
123123 tag_name : Latest
124124 files : |
125- lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_NUMBER }}*.*
126- lens/open-lens/dist/lates*.yml
125+ lens/open-lens/dist/OpenLens*${{ env.LENS_VERSION }}-${{ env.BUILD_ID }}*.*
126+ # lens/open-lens/dist/lates*.yml
You can’t perform that action at this time.
0 commit comments