Skip to content

Commit

Permalink
Add branch, along with commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Oct 24, 2023
1 parent 6092c9a commit 04d6f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- "rc"
- "hotfix-rc-swift"
- "master"
- "DEVOPS-1525-swift-workflow-for-package-publishing"
# paths:
# - "languages/swift/**"
Expand Down Expand Up @@ -62,6 +63,6 @@ jobs:
- name: Upload BitwardenFFI.xcframework artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: BitwardenFFI-${{ env._VERSION }}.xcframework
name: BitwardenFFI-${{ env._VERSION }}-${GITHUB_SHA:0:7}.xcframework
path: languages/swift/BitwardenFFI.xcframework
if-no-files-found: error

0 comments on commit 04d6f06

Please sign in to comment.