Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/OALabs/hexcopy-ida into main
Browse files Browse the repository at this point in the history
  • Loading branch information
herrcore committed Sep 15, 2021
2 parents 62ee379 + 709eb8d commit 0cf5a38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
tags:
- '*'

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "hexcopy.py"
omitBody: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cf5a38

Please sign in to comment.