Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyun.W committed Oct 9, 2021
2 parents eacc3e4 + de7d388 commit 13a42db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,19 @@ jobs:
- name: Build Plugin
run: ./gradlew buildPlugin

# Generate README file
- name: Generate README
shell: bash
run: |
ARTIFACT="${{ steps.properties.outputs.name }}-${{ steps.properties.outputs.version }}.zip"
README="./build/distributions/README.txt"
echo -e "Installation:" > $README
echo -e "1. Open \"Settings/Preferences > Plugins > ⚙ > Install plugins from disk...\"." >> $README
echo -e "2. Select the $ARTIFACT file and install.\n" >> $README
echo -e "安装:" >> $README
echo -e "1. 打开“Settings/Preferences > Plugins > ⚙ > Install plugins from disk...”;" >> $README
echo -e "2. 选择 $ARTIFACT 并安装。\n" >> $README
# Store built plugin as an artifact for downloading
- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
Expand Down
1 change: 1 addition & 0 deletions FINANCIAL_CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
| Aleksandr Stykalin | | 1 USD |
| Hushuang | | 6CNY |
| 张英奇 | | 6CNY |
| 两颗西柚 | | 5CNY |
| 寤寐 | | 5CNY |
| 双霖 | [linesoft.top](https://www.linesoft.top) | 5 CNY |
| Chunlife | [chunlife.top](https://chunlife.top) | 5 CNY |
Expand Down

0 comments on commit 13a42db

Please sign in to comment.