Skip to content

Commit

Permalink
fix tag name v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pantyetta committed Sep 25, 2023
1 parent 5366762 commit 3ed2fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: zip output
run: zip autoskip_ads_${{github.ref.tags.name}}.zip *
run: zip autoskip_ads_${{github.ref_name}}.zip *
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: autoskip_ads_${{github.ref.tags.name}}.zip
files: autoskip_ads_${{github.ref_name}}.zip
- name: test
run: ls

0 comments on commit 3ed2fa4

Please sign in to comment.