Skip to content

Commit

Permalink
Remove ls commands
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Oct 9, 2024
1 parent f241cdd commit 00632b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ jobs:
run: |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.dSYM dSYM/ |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext ./ |
ls -l |
zip -ur *.zip dSYM/ VoodooSMBus.kext
- name: Zip Debug
working-directory: ${{ github.workspace }}/build/Build/Products/Debug/
run: |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext ./ |
ls -l |
zip -ur *.zip VoodooSMBus.kext
- uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 00632b0

Please sign in to comment.