Skip to content

Commit

Permalink
Use Path for the Artifact Upload (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Mar 6, 2023
1 parent 8ec2f9e commit 4355097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.artifactname }}
path: ${{ inputs.artifactname }}
path: ${{ inputs.path }}/${{ inputs.artifactname }}
- name: Clean up keychain and provisioning profile
if: "(inputs.setupsigning && env.selfhosted) || failure()"
run: |
Expand Down

0 comments on commit 4355097

Please sign in to comment.