Skip to content

Commit 30426f5

Browse files
author
Lucas Nelaupe
committed
Auto archive carthage build artifacts
1 parent 4c66d1e commit 30426f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/swift.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
carthage bootstrap --no-use-binaries --cache-builds
6363
- name: Build
6464
run: carthage build --no-skip-current --cache-builds;
65+
- name: Archive
66+
run: carthage archive
67+
- uses: actions/upload-artifact@v1
68+
with:
69+
name: SwiftQueue
70+
path: SwiftQueue.framework.zip
6571

6672
XCODE:
6773

0 commit comments

Comments
 (0)