Update main.yml

This commit is contained in:
qwqdanchun 2023-04-16 10:43:03 +08:00 committed by GitHub
parent 22c7dae50c
commit b08551e79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Build Artifact
shell: powershell
run: Compress-7Zip "ChangeTimestamp\bin\Release" -ArchiveFileName "ChangeTimestamp.zip" -Format Zip
run: Compress-7Zip "ChangeTimestamp\ChangeTimestamp\bin\Release" -ArchiveFileName "ChangeTimestamp.zip" -Format Zip
- name: Delete-tag-and-release
uses: dev-drprasad/delete-tag-and-release@v0.2.1