File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -276,25 +276,25 @@ jobs:
276276 if : startsWith(github.ref, 'refs/tags/') && (github.actor == 'cpholguera' || github.actor == 'sushi2k')
277277 steps :
278278 - uses : actions/download-artifact@v2
279- - name : List ES
279+ - name : List Downloaded Spanish Translation (sampling of download-artifact)
280280 run : ls -l OWASP_MASVS-*-es
281- - name : Unpack
281+ - name : Move all translations (pdf, epub and docx) to root
282282 run : mv OWASP_MASVS-*-*/* .
283- - name : List
283+ - name : Listing of root directory
284284 run : ls -l
285- - name : Cleanup
286- run : rm -rf OWASP_MASVS-*/
285+ # - name: Cleanup - Remove all downloaded documents
286+ # run: rm -rf OWASP_MASVS-*/
287287 - name : Release
288288 uses : softprops/action-gh-release@v1
289289 with :
290- body_path : RECENT_CHANGES.md
290+ body_path : RECENT_CHANGES.md/RECENT_CHANGES.md
291291 files : |
292292 OWASP_MASVS-*.pdf
293293 OWASP_MASVS-*.epub
294294 OWASP_MASVS-*.docx
295- OWASP_MASVS-*.csv
296- OWASP_MASVS-*.json
297- OWASP_MASVS-*.xml
295+ OWASP_MASVS-*.csv/OWASP_MASVS-*.csv
296+ OWASP_MASVS-*.json/OWASP_MASVS-*.json
297+ OWASP_MASVS-*.xml/OWASP_MASVS-*.xml
298298 env :
299299 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
300300
You can’t perform that action at this time.
0 commit comments