@@ -16,22 +16,22 @@ jobs:
1616 include :
1717 - target : x86_64-unknown-linux-gnu
1818 os : ubuntu-latest
19- name : gdscript-formatter-linux-x86_64
19+ name : gdscript-formatter-${{ github.ref_name }}- linux-x86_64
2020 - target : aarch64-unknown-linux-gnu
2121 os : ubuntu-latest
22- name : gdscript-formatter-linux-aarch64
22+ name : gdscript-formatter-${{ github.ref_name }}- linux-aarch64
2323 - target : x86_64-apple-darwin
2424 os : macos-latest
25- name : gdscript-formatter-macos-x86_64
25+ name : gdscript-formatter-${{ github.ref_name }}- macos-x86_64
2626 - target : aarch64-apple-darwin
2727 os : macos-latest
28- name : gdscript-formatter-macos-aarch64
28+ name : gdscript-formatter-${{ github.ref_name }}- macos-aarch64
2929 - target : x86_64-pc-windows-msvc
3030 os : windows-latest
31- name : gdscript-formatter-windows-x86_64.exe
31+ name : gdscript-formatter-${{ github.ref_name }}- windows-x86_64.exe
3232 - target : aarch64-pc-windows-msvc
3333 os : windows-latest
34- name : gdscript-formatter-windows-aarch64.exe
34+ name : gdscript-formatter-${{ github.ref_name }}- windows-aarch64.exe
3535
3636 runs-on : ${{ matrix.os }}
3737 permissions :
@@ -97,14 +97,14 @@ jobs:
9797
9898 - name : Create godot-addon.zip
9999 run : |
100- zip -r godot-addon.zip addons/
100+ zip -r godot-addon-${{ github.ref_name }} .zip addons/
101101 shell : bash
102102
103103 - name : Upload artifact
104104 uses : actions/upload-artifact@v4
105105 with :
106- name : godot-addon
107- path : godot-addon.zip
106+ name : godot-addon-${{ github.ref_name }}
107+ path : godot-addon-${{ github.ref_name }} .zip
108108 if-no-files-found : error
109109
110110 publish-release :
0 commit comments