Skip to content

Commit

Permalink
Merge pull request #9 from JerryLinLinLin/JerryLinLinLin-patch-2
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
JerryLinLinLin committed Jun 18, 2022
2 parents 2bb9921 + af4fad2 commit 194bf1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
name: my-artifact
path: output/*json
- name: Pack rule files
run: zip Huorong_ATP_Rules_${{ github.ref }}.zip ./output/*
run: |
zip Huorong_ATP_Rules_${{ github.ref }}.zip ./output/*
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 194bf1f

Please sign in to comment.