Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
remove commented code in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper7kills committed Nov 28, 2023
1 parent 05084a1 commit 6e68550
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,32 +70,4 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./RBSAgent*
overwrite: true

# - name: Upload Release Asset Windows
# uses: actions/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./RBSAgent.exe/RBSAgent.exe
# asset_name: RBSAgent.exe
# asset_content_type: application/vnd.microsoft.portable-executable
# - name: Upload Release Asset Linux
# uses: actions/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./RBSAgent/RBSAgent
# asset_name: RBSAgent
# asset_content_type: application/x-executable
# - name: Upload Release Asset Mac
# uses: actions/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./RBSAgent.app.zip
# asset_name: RBSAgent
# asset_content_type: application/zip
overwrite: true

0 comments on commit 6e68550

Please sign in to comment.