File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ jobs:
127127 reporter : dotnet-trx
128128
129129 - name : Grab TSQL plugin for 3.1
130- id : download-artifact
131130 uses : dawidd6/action-download-artifact@v11
132131 with :
133132 github_token : ${{secrets.GITHUB_TOKEN}}
@@ -140,7 +139,6 @@ jobs:
140139 path : ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/netcoreapp3.1/Plugins/TeamTools.Linter.TSQL
141140
142141 - name : Grab TSQL plugin for 6.0
143- id : download-artifact
144142 uses : dawidd6/action-download-artifact@v11
145143 with :
146144 github_token : ${{secrets.GITHUB_TOKEN}}
@@ -153,7 +151,6 @@ jobs:
153151 path : ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/net6.0/Plugins/TeamTools.Linter.TSQL
154152
155153 - name : Grab TSQL plugin for 8.0
156- id : download-artifact
157154 uses : dawidd6/action-download-artifact@v11
158155 with :
159156 github_token : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments