Skip to content

Commit

Permalink
Update main.yml (OpenIntelWireless#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambj1 committed Feb 27, 2024
1 parent 3c032b6 commit 8b88140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Lilu SHA
id: get-lilu-sha
run: |
echo "::set-output name=hash::$(git ls-remote https://github.com/acidanthera/Lilu.git HEAD | awk '{ print $1 }')"
echo "hash=$(git ls-remote https://github.com/acidanthera/Lilu.git HEAD | awk '{ print $1 }')" >> "$GITHUB_OUTPUT"
- name: Cache Lilu
id: cache-lilu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Lilu.kext
key: Lilu-${{ steps.get-lilu-sha.outputs.hash }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
xcodebuild -alltargets -configuration Release | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: build/*/*.zip
Expand Down

0 comments on commit 8b88140

Please sign in to comment.