Skip to content

Commit

Permalink
尝试修 Workflow
Browse files Browse the repository at this point in the history
Special Thank @HeimNad
  • Loading branch information
Seayay authored Nov 10, 2024
1 parent fe95101 commit ba361a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.TAG }}
files: release/${current_year}-${last_month}.zip
files: release/${{ env.current_year }}-${{ env.last_month }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit ba361a6

Please sign in to comment.