Skip to content

Commit 13c33bf

Browse files
committed
Updated CI workflows to produce tar/zip files for releases.
1 parent 7b8b05a commit 13c33bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos-universal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Make tarfile
8080
run: |
81-
cp -vshinysocks.conf build_universal/
81+
cp -v shinysocks.conf build_universal/
8282
tar -czf artifacts/shinysocks-macos.tar.gz -C build_universal shinysocks-macos
8383
8484
- name: Archive Artifacts

0 commit comments

Comments
 (0)