File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 matrix :
1515 include :
1616 - target : x86_64-unknown-linux-gnu
17- file : base65536
18- output : base65536 -linux.zip
17+ file : base32768
18+ output : base32768 -linux.zip
1919 - target : x86_64-pc-windows-gnu
20- file : base65536 .exe
21- output : base65536 -windows.zip
20+ file : base32768 .exe
21+ output : base32768 -windows.zip
2222
2323 name : release
2424 runs-on : ubuntu-24.04
@@ -73,24 +73,24 @@ jobs:
7373 FILE : ${{ matrix.file }}
7474 OUTPUT : ${{ matrix.output }}
7575 run : |
76- mkdir base65536
76+ mkdir base32768
7777 cargo license \
7878 --authors \
7979 --do-not-bundle \
8080 --avoid-dev-deps \
8181 --avoid-build-deps \
8282 --filter-platform $TARGET \
83- > base65536 /CREDITS
83+ > base32768 /CREDITS
8484 VERSION_NAME=${GITHUB_REF##*/}
8585 if [[ $VERSION_NAME == "master" ]]; then
8686 VERSION_NAME=$(git rev-parse --short HEAD)
8787 elif [[ ${VERSION_NAME:0:1} == "v" ]]; then
8888 VERSION_NAME=${VERSION_NAME:1}
8989 fi
90- echo "$VERSION_NAME" > base65536 /VERSION.txt
91- cp LICENSE README.md base65536 /
92- cp target/$TARGET/release/$FILE base65536 /
93- zip -r $OUTPUT base65536
90+ echo "$VERSION_NAME" > base32768 /VERSION.txt
91+ cp LICENSE README.md base32768 /
92+ cp target/$TARGET/release/$FILE base32768 /
93+ zip -r $OUTPUT base32768
9494
9595 - name : pre-release
9696 uses : softprops/action-gh-release@v2.2.1
You can’t perform that action at this time.
0 commit comments