Skip to content

Commit

Permalink
fixing tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
carefulcomputer committed Oct 11, 2021
1 parent 35edcbc commit 075e72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
with:
type: 'tar'
directory: 'T2'
filename: './tmp/T2.tar.gz'
filename: '/build/T2.tar.gz'
exclusions: '*.git*'
- name : Release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
artifacts: "./tmp/T2.tar.gz"
artifacts: "/build/T2.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 075e72e

Please sign in to comment.