Skip to content

Commit

Permalink
look for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 24, 2024
1 parent b948e04 commit f393b9b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
sed -e 's/macosx.internal/macosx/g' -e 's|DPS_ENTITLED|DPS_ENTITLED -DPRIVATE -I/usr/local/include|g' -e '/DPS_ENTITLED.*/a\'$'\n'' OTHER_LDFLAGS = "-L/usr/local/lib -lgetargv";' -i '' adv_cmds.xcodeproj/project.pbxproj
xcodebuild -scheme ps
working-directory: adv_cmds
# - uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.os }}.zip
# path: |
# adv_cmds/*
- name: find artifacts
run: ls ~/Library/Developer/Xcode/DerivedData/adv_cmds-*/Build/Products/Release/
working-directory: adv_cmds
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}.zip
path: ~/Library/Developer/Xcode/DerivedData/adv_cmds-*/Build/Products/Release/ps*

0 comments on commit f393b9b

Please sign in to comment.