File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,7 +315,9 @@ jobs:
315315 - name : Upload To Github Release
316316 if : ${{ startsWith(github.ref, 'refs/tags/') }}
317317 run : |
318- gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* ${{github.workspace}}/update.json ${{github.workspace}}/Release.md ${{github.workspace}}/CheckSum.md ${{github.workspace}}/App/Client/Resource/Stats/*
318+ gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* ${{github.workspace}}/update.json ${{github.workspace}}/Release.md ${{github.workspace}}/CheckSum.md
319+
320+ # ${{github.workspace}}/App/Client/Resource/Stats/*
319321
320322 - name : Upload test tag To Github Release
321323 if : ${{ startsWith(github.ref, 'refs/heads/master') }}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ int main(int argc, char *argv[])
184184#endif // #ifdef HAVE_UPDATE
185185
186186 CStatsAppUsage* pStats = nullptr ;
187- // *
187+ /*
188188 QTimer::singleShot(RabbitCommon::CTools::GetRandomNumber(10, 50), [&](){
189189 pStats = new CStatsAppUsage("v" + QApplication::applicationVersion());
190190 app.processEvents();
You can’t perform that action at this time.
0 commit comments