diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f75b57f..c485d71c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,14 +26,4 @@ jobs: - name: Build run: | cd sourcecode-parser - go build -o pathfinder - - - name: Upload Release Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.repository.releases_url }} - asset_path: ./sourcecode-parser/pathfinder - asset_name: pathfinder - asset_content_type: application/octet-stream \ No newline at end of file + go build -o pathfinder \ No newline at end of file