Skip to content

Commit a3470ec

Browse files
committed
File path fix
1 parent 36dad7f commit a3470ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-and-Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
uses: actions/upload-release-asset@v1
6464
with:
6565
upload_url: ${{ steps.create_release.outputs.upload_url }}
66-
asset_path: ./artifacts/*
66+
asset_path: ./home/runner/work/dost/dost/artifacts/*
6767
asset_name: ${{ matrix.os }}-dost${{ matrix.os == 'windows-latest' && '.exe' || '' }}
6868
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)