We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b554 commit b6c3ca3Copy full SHA for b6c3ca3
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: ncipollo/release-action@v1
31
with:
32
artifacts: "output/scratch-win.exe,output/scratch-mac.dmg"
33
+ token: ${{ secrets.PUBLISH }}
34
body: |
35
{ "describe_zh" : "这些文件属于 scratch.mit.edu/download 而不属于 ASDM,ASDM 所做的只是镜像这些文件。",
36
"describe_en" : "( These files are from scratch.mit.edu/download and not belongs to asdm, asdm to do are just mirror these files. )",
0 commit comments