Skip to content

Commit 9d69ab4

Browse files
lucas34Lucas Nelaupe
and
Lucas Nelaupe
authored
Auto archive carthage build artifacts (#308)
Co-authored-by: Lucas Nelaupe <[email protected]>
1 parent 4c66d1e commit 9d69ab4

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@v2
68+
with:
69+
name: SwiftQueue
70+
path: SwiftQueue.framework.zip
6571

6672
XCODE:
6773

0 commit comments

Comments
 (0)