Skip to content

Commit

Permalink
remove plugin def. It did not like it
Browse files Browse the repository at this point in the history
  • Loading branch information
BiscuitUmU committed Dec 25, 2020
1 parent 389d56a commit 6d70fce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
asset_content_type: application/zip
11 changes: 0 additions & 11 deletions .github/workflows/testing_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d70fce

Please sign in to comment.