Skip to content

Commit caef8ef

Browse files
committed
ci(.github/workflows/hangfireplugin-release.yml): zip the Build: ls
1 parent d8643ef commit caef8ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/HangfirePlugin-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Zip the Build
4747
run: |
4848
cd ./plugins/HangfirePlugin/bin/Release/net6.0
49+
ls
4950
zip -r HangfirePlugin-${{ steps.vars.outputs.RELEASE_VERSION }}-net6.0.zip *
51+
ls
5052
shell: bash
5153

5254
- name: Create temp-release-note.md

0 commit comments

Comments
 (0)