Skip to content

Commit 2e4e6d9

Browse files
authored
Rename ubuntu-build to linux-build in workflow
1 parent ef942b4 commit 2e4e6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)