Skip to content

Commit

Permalink
Add file browser application
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Sep 24, 2024
1 parent c2dd716 commit 8733ca9
Show file tree
Hide file tree
Showing 109 changed files with 5,863 additions and 1,781 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION_PRE: v2.2.5

on:
push:
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
deploy:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
needs: [ubuntu, mingw, msvc, macos, android, doxygen]
needs: [ubuntu, msvc, macos, android, doxygen]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -89,6 +90,8 @@ jobs:
echo "[:cn: 修改日志](https://github.com/KangLin/RabbitCommon/blob/${{env.RabbitCommon_VERSION}}/ChangeLog_zh_CN.md)" > ${{github.workspace}}/Note.md
echo "[:us: Change log](https://github.com/KangLin/RabbitCommon/blob/${{env.RabbitCommon_VERSION}}/ChangeLog.md)" >> ${{github.workspace}}/Note.md
echo "" >> ${{github.workspace}}/Note.md
echo "Full Changelog: [${{env.RabbitCommon_VERSION_PRE}}...${{env.RabbitCommon_VERSION}}](https://github.com/KangLin/RabbitCommon/compare/${{env.RabbitCommon_VERSION_PRE}}...${{env.RabbitCommon_VERSION}})" >> ${{github.workspace}}/Note.md
echo "" >> ${{github.workspace}}/Note.md
echo "File checksum:" >> ${{github.workspace}}/Note.md
for file in *
do
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Kang Lin<[email protected]>
# Author: Kang Lin <[email protected]>

name: Doxygen

Expand Down
Loading

0 comments on commit 8733ca9

Please sign in to comment.