Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 authored Jun 24, 2024
1 parent 6f435a2 commit 3b5450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Release
run: xcodebuild -jobs 1 -configuration Release -arch x86_64 SYMROOT=$PWD/build
- name: Zip Build
run: zip -r PinConfigurator.zip build
run: zip -r PinConfigurator.zip build/Release build/Debug
- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3b5450d

Please sign in to comment.