File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 9494 with :
9595 name : apk-x86_64-build
9696 path : app/linwood-setonix-android-x86_64.apk
97+ - name : Archive Corepack
98+ uses : actions/upload-artifact@v4
99+ with :
100+ name : corepack
101+ path : app/assets/pack.stnx
97102 build-windows :
98103 runs-on : windows-2025
99104 defaults :
@@ -635,6 +640,10 @@ jobs:
635640 - uses : actions/download-artifact@v4
636641 with :
637642 name : apk-x86_64-build
643+ - uses : actions/download-artifact@v4
644+ with :
645+ name : apk-corepack
646+ path : core.stnx
638647 - uses : actions/download-artifact@v4
639648 with :
640649 name : windows-build
@@ -765,6 +774,7 @@ jobs:
765774 linwood-setonix-server-linux-arm64.tar.gz
766775 linwood-setonix-server-windows-x86_64.zip
767776 linwood-setonix-server-macos.zip
777+ core.stnx
768778 checksums.txt
769779 env :
770780 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -798,6 +808,7 @@ jobs:
798808 linwood-setonix-server-linux-arm64.tar.gz
799809 linwood-setonix-server-windows-x86_64.zip
800810 linwood-setonix-server-macos.zip
811+ core.stnx
801812 checksums.txt
802813 env :
803814 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -829,6 +840,7 @@ jobs:
829840 linwood-setonix-server-linux-arm64.tar.gz
830841 linwood-setonix-server-windows-x86_64.zip
831842 linwood-setonix-server-macos.zip
843+ core.stnx
832844 checksums.txt
833845 env :
834846 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments