From 0ad470af9c086444de5eaa60e28246debf69da5e Mon Sep 17 00:00:00 2001 From: Kinshuk Bairagi Date: Fri, 18 Mar 2022 17:18:00 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 267fdec..c86848a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,12 +100,12 @@ jobs: wget https://gist.githubusercontent.com/kingster/1954ead3c38a40cac88c5c1311bb39c5/raw/343da2c7a2a52ee5a1c03902cc5e44ed83b1dd5d/cryptopp.rb brew install --build-from-source -f cryptopp.rb npm install -g appdmg - # - name: Restore Boost Framework - # uses: actions/cache@v2 - # id: cache-boost - # with: - # path: vendor/boost/dist - # key: boost-osx + - name: Restore Boost Framework + uses: actions/cache@v2 + id: cache-boost + with: + path: vendor/boost + key: boost-osx - name: Create Boost Framework # if: steps.cache-boost.outputs.cache-hit != 'true' run : | @@ -142,5 +142,5 @@ jobs: with: name: tinyphone.dmg path: | - ./tinyphone.dmg + ./tinyphone-osx/tinyphone.dmg