Skip to content

Commit

Permalink
Change: actions/build_release> build each minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent 48fd0e5 commit ceddfd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
tags:
- "*.*.0.0"
- "*.*.*.*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -26,9 +26,9 @@ jobs:
find .stack-work/install -name oschark -exec mv {} . \;
- name: save executable as artifact
uses: actions/upload-artifacts@v2
with:
name: oschark_${{matrix.os}}
path: oschark
with:
name: oschark_${{matrix.os}}
path: oschark

release:
steps:
Expand Down

0 comments on commit ceddfd2

Please sign in to comment.