Commit ee956bb 1 parent e46a7f7 commit ee956bb Copy full SHA for ee956bb
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
- name : Upload artifacts
83
83
uses : actions/upload-artifact@v4
84
84
with :
85
- name : taskwarrior-tui
85
+ name : taskwarrior-tui-${{ matrix.target }}
86
86
path : target/${{ matrix.target }}/release/taskwarrior-tui-${{ matrix.target }}.tar.gz
87
87
- name : Releasing assets
88
88
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 93
93
- name : Upload artifacts
94
94
uses : actions/upload-artifact@v4
95
95
with :
96
- name : taskwarrior-tui
96
+ name : taskwarrior-tui-${{ matrix.target }}
97
97
path : target/${{ matrix.target }}/release/taskwarrior-tui-${{ matrix.target }}.tar.gz
98
98
- name : Releasing assets
99
99
if : startsWith(github.ref, 'refs/tags/')
@@ -133,7 +133,7 @@ jobs:
133
133
- name : Upload artifacts
134
134
uses : actions/upload-artifact@v4
135
135
with :
136
- name : taskwarrior-tui
136
+ name : taskwarrior-tui-deb
137
137
path : target/debian/taskwarrior-tui.deb
138
138
- name : Releasing assets
139
139
if : startsWith(github.ref, 'refs/tags/')
@@ -163,7 +163,7 @@ jobs:
163
163
- name : Upload artifacts
164
164
uses : actions/upload-artifact@v4
165
165
with :
166
- name : taskwarrior-tui
166
+ name : taskwarrior-tui-rpm
167
167
path : target/release/rpmbuild/RPMS/x86_64/taskwarrior-tui-*.x86_64.rpm
168
168
- name : Releasing assets
169
169
if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments