Skip to content

Commit b38acf2

Browse files
committed
upd
1 parent b877152 commit b38acf2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128

129129
- name: Grab TSQL plugin for 3.1
130130
uses: dawidd6/action-download-artifact@v11
131+
if: ${{ matrix.configuration == 'Release' && matrix.os == 'windows-latest' && steps.build.conclusion == 'success' }}
131132
with:
132133
github_token: ${{secrets.GITHUB_TOKEN}}
133134
repo: IVNSTN/TeamTools.Linter.TSQL
@@ -136,10 +137,11 @@ jobs:
136137
branch: main
137138
name: TeamTools\.Linter\.TSQL-[\d.]+-Release-netstandard2\.0
138139
name_is_regexp: true
139-
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/netcoreapp3.1/Plugins/TeamTools.Linter.TSQL
140+
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/netcoreapp3.1/Plugins
140141

141142
- name: Grab TSQL plugin for 6.0
142143
uses: dawidd6/action-download-artifact@v11
144+
if: ${{ matrix.configuration == 'Release' && matrix.os == 'windows-latest' && steps.build.conclusion == 'success' }}
143145
with:
144146
github_token: ${{secrets.GITHUB_TOKEN}}
145147
repo: IVNSTN/TeamTools.Linter.TSQL
@@ -148,10 +150,11 @@ jobs:
148150
branch: main
149151
name: TeamTools\.Linter\.TSQL-[\d.]+-Release-net6\.0
150152
name_is_regexp: true
151-
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/net6.0/Plugins/TeamTools.Linter.TSQL
153+
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/net6.0/Plugins
152154

153155
- name: Grab TSQL plugin for 8.0
154156
uses: dawidd6/action-download-artifact@v11
157+
if: ${{ matrix.configuration == 'Release' && matrix.os == 'windows-latest' && steps.build.conclusion == 'success' }}
155158
with:
156159
github_token: ${{secrets.GITHUB_TOKEN}}
157160
repo: IVNSTN/TeamTools.Linter.TSQL
@@ -160,7 +163,7 @@ jobs:
160163
branch: main
161164
name: TeamTools\.Linter\.TSQL-[\d.]+-Release-net8\.0
162165
name_is_regexp: true
163-
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/net8.0/Plugins/TeamTools.Linter.TSQL
166+
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}/net8.0/Plugins
164167

165168
- name: Upload build artifacts 3.1
166169
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)