File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 args : " package"
1212 - name : Identify output file # can be retrieved as steps.filenames.outputs.file_out
1313 id : filenames
14- run : echo "::set-output name=file_out::$(ls | grep "^r-debugger- .*\.vsix$" | head -1)"
14+ run : echo "::set-output name=file_out::$(ls | grep "^.*\.vsix$" | head -1)"
1515 - uses : actions/upload-artifact@v1
1616 with :
1717 name : ${{ steps.filenames.outputs.file_out }}
Original file line number Diff line number Diff line change 1818 args : " package"
1919 - name : Identify output file # can be retrieved as steps.filenames.outputs.file_out
2020 id : filenames
21- run : echo "::set-output name=file_out::$(ls | grep "^r-debugger- .*\.vsix$" | head -1)"
21+ run : echo "::set-output name=file_out::$(ls | grep "^.*\.vsix$" | head -1)"
2222 - uses : actions/upload-artifact@v1
2323 with :
2424 name : ${{ steps.filenames.outputs.file_out }}
You can’t perform that action at this time.
0 commit comments