Skip to content

Commit 7fdf9a8

Browse files
cfergeauanjannath
authored andcommitted
ghactions: macos: Fix installer filename
The macos installer is now created as out/macos-universal/crc-macos-installer.pkg The artifact upload action was not updated for the new name
1 parent 2cef5e6 commit 7fdf9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
uses: actions/upload-artifact@v2
5252
with:
5353
name: macOS Installer (${{ matrix.os }})
54-
path: "./out/macos-amd64/crc-macos-amd64.pkg"
54+
path: "./out/macos-universal/crc-macos-installer.pkg"

0 commit comments

Comments
 (0)