@@ -214,23 +214,23 @@ jobs:
214
214
- name : Download samba_exporter package artifact
215
215
uses : actions/download-artifact@v4
216
216
with :
217
- name : samba_exporter-ubuntu-22 .04.deb
217
+ name : samba_exporter-ubuntu-24 .04.deb
218
218
path : .
219
219
- name : Download PackageName.txt artifact
220
220
uses : actions/download-artifact@v4
221
221
with :
222
- name : PackageName-ubuntu-22 .04.txt
223
- path : logs/ubuntu-22 .04/
222
+ name : PackageName-ubuntu-24 .04.txt
223
+ path : logs/ubuntu-24 .04/
224
224
- name : Download ShortVersion.txt artifact
225
225
uses : actions/download-artifact@v4
226
226
with :
227
- name : ShortVersion-ubuntu-22 .04.txt
227
+ name : ShortVersion-ubuntu-24 .04.txt
228
228
path : logs/
229
229
- name : ' Get needed environment from artifacts'
230
230
run : |
231
- packageubuntu2004Name =$(cat logs/ubuntu-22 .04/PackageName.txt)
232
- echo "SAMBA_EXPORTER_UBUNTU_2004_PACKAGE_NAME=$packageubuntu2004Name "
233
- echo "SAMBA_EXPORTER_UBUNTU_2004_PACKAGE_NAME=$packageubuntu2004Name " >> $GITHUB_ENV
231
+ packageubuntu2404Name =$(cat logs/ubuntu-24 .04/PackageName.txt)
232
+ echo "SAMBA_EXPORTER_UBUNTU_2004_PACKAGE_NAME=$packageubuntu2404Name "
233
+ echo "SAMBA_EXPORTER_UBUNTU_2004_PACKAGE_NAME=$packageubuntu2404Name " >> $GITHUB_ENV
234
234
shortVersion=$(cat logs/ShortVersion.txt)
235
235
if [ "$GITHUB_REF" == 'refs/heads/main' ]; then
236
236
echo "SAMBA_EXPORTER_PRE_RELEASE=true"
0 commit comments