Skip to content

Commit 610dff2

Browse files
committed
Update workflow
1 parent cf1b285 commit 610dff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
cmake --build . --config "Release"
135135
cd ../../
136136
cp -r ./1dSAV/externals package/
137-
tar -czf "1dSAV.zip" package
137+
compress-archive -Path package -DestinationPath "1dSAV.zip"
138138
- name: Create release
139139
id: create_release
140140
uses: actions/create-release@v1

0 commit comments

Comments
 (0)