Skip to content

Commit

Permalink
ci(action): fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nstexpr committed May 28, 2024
1 parent cda9c4b commit 379a395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: stdsharp Release
on:
workflow_dispatch:
push:
branches: [main]
tags:
- '*'

Expand All @@ -28,12 +27,13 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: zip
directory: ${{ github.workspace }}
exclusions: |
.git/
.github/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: release.zip
files: ${{ github.workspace }}/release.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 379a395

Please sign in to comment.