This commit is contained in:
U-METAL103\103
2024-06-29 08:46:56 -05:00
parent 1f04121586
commit f530079f09
+2 -1
View File
@@ -72,7 +72,8 @@ jobs:
body: ${{ github.event.head_commit.message }}
- name: Zipping up Release folder
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip
##run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip
run: 7z a release.zip "${{ github.workspace }}\Digital Clock\bin\Release\"
- name: test
run: ls -R