From c77e89d9ceb06c29796362f20d1900f6a7a41adc Mon Sep 17 00:00:00 2001 From: khcrysalis <97859147+khcrysalis@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:51:05 -0700 Subject: [PATCH] test: test --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9766237..5b8d4b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer mkdir upload - - name: Compile f - run: | - make package SCHEME="'feather (Release)'" - mv packages/* upload/ + - name: Get Version Number id: get_version @@ -73,5 +70,5 @@ jobs: ] } ] - }') + }' )