Skip to content

Commit

Permalink
Fix SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Apr 16, 2024
1 parent 3ea7b7c commit 3dc5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
- name: Upload BitwardenFFI.xcframework artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: BitwardenFFI-${{ env._VERSION }}-${GITHUB_SHA:0:7}.xcframework
name: BitwardenFFI-${{ env._VERSION }}-${${{ github.sha }}:0:7}.xcframework
path: languages/swift/BitwardenFFI.xcframework
if-no-files-found: error

0 comments on commit 3dc5f12

Please sign in to comment.