Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjohnson97 committed Mar 11, 2023
1 parent 8d9148b commit 71c2ddc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,3 @@ jobs:
name: iq_sim_client_${{ matrix.os }}
path: iq_sim_client
if-no-files-found: error

# - name: Create release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: ${{ github.event.inputs.version }}
# release_name: Release ${{ github.event.inputs.version }}
# body: |
# Release ${{ github.event.inputs.version }}
# draft: false
# prerelease: false
# id: release

# - name: Upload release asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.release.outputs.upload_url }}
# asset_path: ${{ steps.build.outputs.artifact_path }}
# asset_name: some-file-name.ext
# asset_content_type: application/octet-stream

0 comments on commit 71c2ddc

Please sign in to comment.