Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcus-crane/october
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 18, 2023
2 parents 9ae6e34 + 0d0178b commit 4b7df5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release October
on:
pull_request:
branches: [main]
release:
types: [published]

jobs:
release:
Expand Down Expand Up @@ -237,4 +239,4 @@ jobs:
upload_url: ${{ steps.get_upload_url.outputs.url }}
asset_path: ./build/bin/october-${{ matrix.build.tag }}.zip
asset_name: ${{ env.ARTIFACT_NAME }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 4b7df5d

Please sign in to comment.