File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,10 @@ jobs:
123123 repo-token : ${{ secrets.GITHUB_TOKEN }}
124124 version : 3.x
125125
126- # NOTICE: Generation of the index data is disabled for the time being.
127- # For more info: https://arduino.atlassian.net/browse/ATL-1301?focusedCommentId=28347
128- # - name: Build
129- # # This must be done after OS X notarization or the wrong checksum
130- # # would be calculated since the binary is modified during notarization
131- # run: task dist:generate-index-data
126+ - name : Build
127+ # This must be done after OS X notarization or the wrong checksum
128+ # would be calculated since the binary is modified during notarization
129+ run : task dist:generate-index-data
132130
133131 - name : Identify Prerelease
134132 # This is a workaround while waiting for create-release action
You can’t perform that action at this time.
0 commit comments