From 6e68550d6c34347f629333c188c2f6f29c59b7b7 Mon Sep 17 00:00:00 2001 From: Will G Date: Mon, 27 Nov 2023 20:58:54 -0500 Subject: [PATCH] remove commented code in workflow --- .github/workflows/release_created.yml | 30 +-------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/release_created.yml b/.github/workflows/release_created.yml index 874a1de..2f22340 100644 --- a/.github/workflows/release_created.yml +++ b/.github/workflows/release_created.yml @@ -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/upload-release-asset@v1.0.1 - # 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/upload-release-asset@v1.0.1 - # 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/upload-release-asset@v1.0.1 - # 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 \ No newline at end of file + overwrite: true \ No newline at end of file