We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dad7f commit a3470ecCopy full SHA for a3470ec
.github/workflows/Build-and-Release.yml
@@ -63,6 +63,6 @@ jobs:
63
uses: actions/upload-release-asset@v1
64
with:
65
upload_url: ${{ steps.create_release.outputs.upload_url }}
66
- asset_path: ./artifacts/*
+ asset_path: ./home/runner/work/dost/dost/artifacts/*
67
asset_name: ${{ matrix.os }}-dost${{ matrix.os == 'windows-latest' && '.exe' || '' }}
68
asset_content_type: application/octet-stream
0 commit comments