Embed audiotags lib, to make it static compilable

This commit is contained in:
Deluan
2020-09-05 14:32:59 -04:00
committed by Deluan Quintão
parent df4328819d
commit 58a0c44600
11 changed files with 867 additions and 10 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ jobs:
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.14.7-1-taglib
uses: docker://deluan/ci-goreleaser:1.14.7-2-taglib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -122,7 +122,7 @@ jobs:
- name: Run GoReleaser - RELEASE
if: startsWith(github.ref, 'refs/tags/')
uses: docker://deluan/ci-goreleaser:1.14.7-1-taglib
uses: docker://deluan/ci-goreleaser:1.14.7-2-taglib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: