Skip to content

Commit dbcde65

Browse files
committed
Test github actions [DEPLOYMENT]
1 parent ca1d1cd commit dbcde65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: for a in build/bin/*.win32 ; do ls -l $a ; i686-w64-mingw32-strip $a ; ls -l $a ; done
128128

129129
- name: Create packages to be deployed
130-
if: env.should_deploy == 'true'
130+
if: env.should_deploy == 'truex'
131131
run: |
132132
cp README.md LICENSE AUTHORS build/bin/
133133
echo "--- Bulding ZIP acrhive ---"
@@ -137,7 +137,7 @@ jobs:
137137
echo "--- Creating DMG distribution ---"
138138
build/dmg-osx-creator.sh
139139
echo "--- Before deploy ---"
140-
build/deploy/before-deploy.sh xemu-deploy MacOS
140+
build/deploy/before-deploy.sh xemu-deploy Linux
141141
142142
- name: Deployment
143143
if: env.should_deploy == 'truex'
@@ -218,6 +218,10 @@ jobs:
218218
ls -l *.zip
219219
echo "--- Creating DMG distribution ---"
220220
build/dmg-osx-creator.sh
221+
echo "--- Install needed packages ---"
222+
brew install coreutils
223+
ln -s /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum || true
224+
ls -l /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum
221225
echo "--- Before deploy ---"
222226
build/deploy/before-deploy.sh xemu-deploy MacOS
223227

0 commit comments

Comments
 (0)