mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Fix macos release symlinking (#543)
This commit is contained in:
parent
888c619d62
commit
c1dd1dc73c
4
.github/workflows/build_macos.yaml
vendored
4
.github/workflows/build_macos.yaml
vendored
@ -135,8 +135,8 @@ jobs:
|
||||
- name: '[Release] Prepare release latest symlink'
|
||||
if: inputs.deploy-mode && inputs.version == ''
|
||||
run: |
|
||||
LATEST=$(find dist -type f -iname "*.dmg" | xargs -0 -n1 -- basename)
|
||||
ln -s "dist/install/macos/$LATEST" dist/install/macos/Element.dmg
|
||||
ln -s "$(find . -type f -iname "*.dmg" | xargs -0 -n1 -- basename)" "Element.dmg"
|
||||
working-directory: "dist/install/macos"
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user