Skip to content

Commit 5a4f38f

Browse files
committed
chore(github-actions): update release workflow
1 parent 5d3d06a commit 5a4f38f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131

3232
- name: Check directory
3333
run: |
34-
cd Engines/src/bin/Release/netstandard2.0/publish/ && ls -l
35-
cd Engines/src/bin/Debug/netstandard2.0/publish/ && ls -l
34+
cd Engines && ls -l
3635
3736
- name: Upload Artifact
3837
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)