Skip to content

Commit

Permalink
fix workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
pantyetta committed Sep 25, 2023
1 parent 3ed2fa4 commit e833c74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
zipper:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -16,6 +18,8 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
name: "Release ${{github.ref_name}}""
tag_name: ${{github.ref_name}}
files: autoskip_ads_${{github.ref_name}}.zip
- name: test
run: ls

0 comments on commit e833c74

Please sign in to comment.