Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 authored Sep 30, 2024
1 parent e73ced5 commit cb0c1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init
- name: get shortsha
Expand All @@ -24,7 +24,7 @@ jobs:
mkdir build
xcodebuild -scheme VoodooSMBus build CONFIGURATION_BUILD_DIR=build/${VOODOOSMBUS_SHA}
mv build/${VOODOOSMBUS_SHA}/VoodooSMBus.kext build/${VOODOOSMBUS_SHA}/${VOODOOSMBUS_SHA}.kext
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: VoodooSMBus
path: build/VoodooSMBus-*
Expand Down

0 comments on commit cb0c1cb

Please sign in to comment.