diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60e9a2cb..ec8aafcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }} + name: DataExtractor-Windows-X64-${{ github.sha }} path: | - bin/ + build/windows/x64/release/DataExtractor.dll + build/windows/x64/release/DataExtractor.pdb