We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b5fb1 commit a4683a6Copy full SHA for a4683a6
.github/workflows/build-sakura.yml
@@ -93,10 +93,10 @@ jobs:
93
name: Exe ${{ matrix.platform }} ${{ matrix.config }}
94
path: 'sakura-*-Exe.zip'
95
96
- - name: Upload Exe md5
+ - name: Upload Exe MD5
97
uses: actions/upload-artifact@v2
98
with:
99
- name: Exe md5 ${{ matrix.platform }} ${{ matrix.config }}
+ name: Exe MD5 ${{ matrix.platform }} ${{ matrix.config }}
100
path: 'sakura-*-Exe.zip.md5'
101
102
- name: Upload Log
0 commit comments