File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ jobs:
2828 - name : Upload Release Artifact
2929 uses : actions/upload-artifact@v4
3030 with :
31+ name : swiftly-release-x86_64
3132 path : .build/release/swiftly-*.tar.gz
3233 if-no-files-found : error
3334 - name : Build Documentation Artifacts
3435 run : swift package --allow-writing-to-directory .build/docs generate-documentation --target SwiftlyDocs --output-path .build/docs
3536 - name : Upload Documentation Artifacts
3637 uses : actions/upload-artifact@v4
3738 with :
39+ name : swiftly-docs
3840 path : .build/docs/**
3941 if-no-files-found : error
Original file line number Diff line number Diff line change 4343 - name : Upload Artifact
4444 uses : actions/upload-artifact@v4
4545 with :
46+ name : swiftly-release-x86_64
4647 path : .build/release/swiftly-*.tar.gz
4748 if-no-files-found : error
4849 retention-days : 1
7576 - name : Upload Documentation Artifacts
7677 uses : actions/upload-artifact@v4
7778 with :
79+ name : swiftly-docs
7880 path : .build/docs/**
7981 if-no-files-found : error
8082 retention-days : 1
You can’t perform that action at this time.
0 commit comments