Skip to content

Commit

Permalink
fix artefact build
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Jan 25, 2024
1 parent 7dae854 commit 1148f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
with:
name: rapidsnark-iOS
path: |
package_ios
build_prover_ios/src/Release-iphoneos
if-no-files-found: error

- name: upload iOS Simulator dev artifacts
Expand All @@ -194,7 +194,7 @@ jobs:
with:
name: rapidsnark-iOS-Simulator
path: |
package_ios_simulator
build_prover_ios_simulator/src/Debug-iphonesimulator
if-no-files-found: error

- name: upload iOS release artifacts
Expand Down

0 comments on commit 1148f0d

Please sign in to comment.