mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-21 22:56:01 +00:00
use correct cmd
for computing sha sum
This commit is contained in:
@@ -268,7 +268,7 @@ jobs:
|
|||||||
xcode-path: '/Applications/Xcode_16.app'
|
xcode-path: '/Applications/Xcode_16.app'
|
||||||
- id: sha256sum
|
- id: sha256sum
|
||||||
run: |
|
run: |
|
||||||
read -ra CMD_OUTPUT < <(sha -a256 Cryptomator-*.dmg)
|
read -ra CMD_OUTPUT < <(shasum -a256 Cryptomator-*.dmg)
|
||||||
echo "value=${CMD_OUTPUT[0]}" >> $GITHUB_OUTPUT
|
echo "value=${CMD_OUTPUT[0]}" >> $GITHUB_OUTPUT
|
||||||
- name: Add possible alpha/beta tags to installer name
|
- name: Add possible alpha/beta tags to installer name
|
||||||
run: mv Cryptomator-*.dmg Cryptomator-${{ needs.get-version.outputs.semVerStr }}-${{ matrix.output-suffix }}.dmg
|
run: mv Cryptomator-*.dmg Cryptomator-${{ needs.get-version.outputs.semVerStr }}-${{ matrix.output-suffix }}.dmg
|
||||||
|
|||||||
@@ -267,7 +267,7 @@ jobs:
|
|||||||
xcode-path: '/Applications/Xcode_16.app'
|
xcode-path: '/Applications/Xcode_16.app'
|
||||||
- id: sha256sum
|
- id: sha256sum
|
||||||
run: |
|
run: |
|
||||||
read -ra CMD_OUTPUT < <(sha -a256 Cryptomator-*.dmg)
|
read -ra CMD_OUTPUT < <(shasum -a256 Cryptomator-*.dmg)
|
||||||
echo "value=${CMD_OUTPUT[0]}" >> $GITHUB_OUTPUT
|
echo "value=${CMD_OUTPUT[0]}" >> $GITHUB_OUTPUT
|
||||||
- name: Add possible alpha/beta tags to installer name
|
- name: Add possible alpha/beta tags to installer name
|
||||||
run: mv Cryptomator-*.dmg Cryptomator-${{ needs.get-version.outputs.semVerStr }}-${{ matrix.output-suffix }}.dmg
|
run: mv Cryptomator-*.dmg Cryptomator-${{ needs.get-version.outputs.semVerStr }}-${{ matrix.output-suffix }}.dmg
|
||||||
|
|||||||
Reference in New Issue
Block a user