Skip to content

Commit

Permalink
update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Jan 6, 2025
1 parent db70135 commit 644faa3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/obfus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: obfuscate

on:
# Trigger manually
workflow_dispatch:
push:
tags:
- '**' # Push events to every tag including hierarchical tags like v1.0/beta
schedule:
- cron: '0 18 * * 4'
- cron: '0 0 * * 5' # every friday UTC
workflow_dispatch: # Trigger manually

jobs:
build:
Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v2
with:
name: "${{ env.DATE }}"
name: "${{ env.TAG }} ${{ env.DATE }}"
tag_name: "${{ env.TAG }}"
body: |
`${{ env.projName }}.zip` 是 `${{ env.TAG }}` 混淆后的代码
Expand Down

0 comments on commit 644faa3

Please sign in to comment.