File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 files : |
3838 ${{ steps.generate-name.outputs.artifact }}.zip
3939
40- ubuntu -build :
40+ linux -build :
4141 runs-on : ubuntu-latest
4242
4343 steps :
@@ -67,11 +67,11 @@ jobs:
6767 - name : Generate artifact name
6868 id : generate-name
6969 run : |
70- echo "::set-output name=artifact::iris-${{ github.ref_name }}-ubuntu "
70+ echo "::set-output name=artifact::iris-${{ github.ref_name }}-linux "
7171 - name : Generate AppImage artifact name
7272 id : generate-name-appimage
7373 run : |
74- echo "::set-output name=artifact::iris-${{ github.ref_name }}-ubuntu -appimage"
74+ echo "::set-output name=artifact::iris-${{ github.ref_name }}-linux -appimage"
7575 - name : Zip artifact
7676 run : |
7777 zip -rj ${{ steps.generate-name.outputs.artifact }}.zip dist
You can’t perform that action at this time.
0 commit comments