Skip to content

Commit

Permalink
actions: test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo-Beci committed Apr 30, 2024
1 parent 3f17419 commit f6a38cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'master'

jobs:

Expand Down Expand Up @@ -80,5 +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 f6a38cd

Please sign in to comment.