Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yiyungent/PluginCore into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Mar 9, 2022
2 parents c643c3b + 84f99b6 commit 120fc14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/GitHubApiPlugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
with:
dotnet-version: 5.0.102

- name: Build
- name: Publish
run: |
cd ./plugins/GitHubApiPlugin
dotnet build --configuration Release
dotnet publish --configuration Release
ls
ls ./bin/Release/
- name: Zip the Build
run: |
cd ./plugins/GitHubApiPlugin/bin/Release/netstandard2.0
cd ./plugins/GitHubApiPlugin/bin/Release/netstandard2.0/publish
zip -r GitHubApiPlugin-netstandard2.0.zip *
cd ../../../../../
mv ./plugins/GitHubApiPlugin/bin/Release/netstandard2.0/*.zip ./
cd ../../../../../../
mv ./plugins/GitHubApiPlugin/bin/Release/netstandard2.0/publish/*.zip ./
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 120fc14

Please sign in to comment.