Skip to content

Commit

Permalink
feat: Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio authored Aug 15, 2024
1 parent 0246a0a commit ead3835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
- name: Build MetalANGLEKit
run: |
./build-metalanglekit.sh
- name: Archive MetalANGLEKit
uses: actions/upload-artifact@v4
with:
name: metalanglekit
path: |
build/MetalANGLEKit.xcframework/

0 comments on commit ead3835

Please sign in to comment.