Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EwyBoy authored Jun 8, 2024
1 parent 1a66f12 commit 4607025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build

on:
push:
tags:
- 'v3.0.0-pre4' # Push events to matching v*, i.e. v1.0, v20.15.10
release:
types:
- published

jobs:

Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./dist/${{ matrix.OUT_FILE_NAME}}
asset_name: ${{ matrix.OUT_FILE_NAME}}
asset_content_type: ${{ matrix.ASSET_MIME}}
asset_content_type: ${{ matrix.ASSET_MIME}}

0 comments on commit 4607025

Please sign in to comment.