Skip to content

Commit d2ac7a0

Browse files
committed
Automatic releases for tagged commits
1 parent fa061b4 commit d2ac7a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ jobs:
3535
- name: Build
3636
run: cmake --build build --parallel
3737

38+
- name: Publish release
39+
if: ${{ env.publish_tag }}
40+
uses: ncipollo/release-action@v1
41+
with:
42+
allowUpdates: true
43+
tag: ${{ env.publish_tag }}
44+
artifacts: "build/bin/cod4x_*.dll"
45+
token: ${{ secrets.GITHUB_TOKEN }}
46+

0 commit comments

Comments
 (0)