From 6d70fcee9dc25584e4e097c16b2efd6683f240fb Mon Sep 17 00:00:00 2001 From: Biccy Date: Fri, 25 Dec 2020 20:29:07 +1100 Subject: [PATCH] remove plugin def. It did not like it --- .github/workflows/build.yml | 11 ----------- .github/workflows/release.yml | 13 +------------ .github/workflows/testing_release.yml | 11 ----------- 3 files changed, 1 insertion(+), 34 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8dbc349..1ae1628 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,14 +65,3 @@ jobs: asset_path: ./FantasyPlayer.Dalamud.zip asset_name: FantasyPlayer-Build-${{ github.run_number }}.zip asset_content_type: application/zip - - - name: Upload Plugin Def - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.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: ./Data/FantasyPlayer.Dalamud.json - asset_name: FantasyPlayer.Dalamud.json - asset_content_type: application/json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 445fc5b..2a9002e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,15 +61,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.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: ./FantasyPlayer.Dalamud.zip asset_name: FantasyPlayer-Release-${{ github.ref }}.zip - asset_content_type: application/zip - - - name: Upload Plugin Def - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.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: ./Data/FantasyPlayer.Dalamud.json - asset_name: FantasyPlayer.Dalamud.json - asset_content_type: application/json \ No newline at end of file + asset_content_type: application/zip \ No newline at end of file diff --git a/.github/workflows/testing_release.yml b/.github/workflows/testing_release.yml index ed1ae9f..1b76716 100644 --- a/.github/workflows/testing_release.yml +++ b/.github/workflows/testing_release.yml @@ -62,14 +62,3 @@ jobs: asset_path: ./FantasyPlayer.Dalamud.zip asset_name: FantasyPlayer-Testing-${{ github.run_number }}.zip asset_content_type: application/zip - - - name: Upload Plugin Def - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.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: ./Data/FantasyPlayer.Dalamud.json - asset_name: FantasyPlayer.Dalamud.json - asset_content_type: application/json