Skip to content

Commit 1da0616

Browse files
committed
chore(github-actions): update release workflow
1 parent 881803c commit 1da0616

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
run: cd Engines && dotnet publish
3131

3232
- name: Check directory
33-
run: cd Engines/bin/Release/netcoreapp2.2/publish/ && ls -l
33+
run: |
34+
cd Engines/bin/Release/netstandard2.0/publish/ && ls -l
35+
cd Engines/bin/Debug/netstandard2.0/publish/ && ls -l
3436
3537
- name: Upload Artifact
3638
uses: actions/upload-artifact@v2
3739
with:
3840
name: FactSet.AnalyticsAPI.Engines
39-
path: Engines/bin/Release/netcoreapp2.2/publish/
41+
path: Engines/bin/Release/netstandard2.0/publish/

0 commit comments

Comments
 (0)