Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser authored Nov 1, 2024
1 parent 30ccfb7 commit fbe7946
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,3 @@ jobs:
${{ matrix.compiler }} -I./src ./XanaduCLI/XanaduCLI.cpp ./src/XanaduXVD.cpp ./src/XVDTypes.cpp -o XanaduCLI${{ matrix.extension }}
fi
shell: bash

# Upload Release Asset for each OS build
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: XanaduCLI${{ matrix.extension }}
asset_name: XanaduCLI-${{ matrix.os }}${{ matrix.extension }}
asset_content_type: application/octet-stream

0 comments on commit fbe7946

Please sign in to comment.