Skip to content

Commit 2a7dce9

Browse files
committed
fix name of macos artifact
1 parent 3d0446a commit 2a7dce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release-client-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ jobs:
244244
- name: Download cvmfs-config-eessi package
245245
uses: actions/download-artifact@v2
246246
with:
247-
name: macOS package
247+
name: macos_package
248248

249249
- name: Find filename of package
250250
id: find_filename
251251
shell: bash
252252
run: |
253-
pkgfile="$(ls -1 cvmfs-config-eessi*.pkg)"
253+
pkgfile="$(find . -name cvmfs-config-eessi*.pkg)"
254254
echo ::set-output name=pkgfile::${pkgfile}
255255
256256
- name: Install package

0 commit comments

Comments
 (0)