Unverified Commit 5905d326 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #283 from skalenetwork/FIX_GITHUB_ACTIONS

Fix github actions
parents 36043122 84d73a07
......@@ -28,6 +28,7 @@ jobs:
contains(github.ref, 'master') || contains(github.ref, 'stable') ||
contains(github.ref, 'SECURE_ENCLAVE_CHANGES')
run : |
sudo rm -rf /home/runner/work/sgxwallet/sgxwallet/sgx_data
export BRANCH=${GITHUB_REF##*/}
echo "Branch $BRANCH"
export VERSION=$(cat VERSION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment