Skip to content

Commit

Permalink
Add artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Oct 24, 2023
1 parent 35a251a commit 6092c9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
build:
runs-on: macos-13
needs: version
env:
_VERSION: ${{ needs.version.outputs.package_version }}
steps:
- name: Checkout repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand All @@ -55,3 +58,10 @@ jobs:
run: |
chmod +x build.sh
./build.sh
- name: Upload BitwardenFFI.xcframework artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: BitwardenFFI-${{ env._VERSION }}.xcframework
path: languages/swift/BitwardenFFI.xcframework
if-no-files-found: error

0 comments on commit 6092c9a

Please sign in to comment.