]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Try Windows release (again and again). Fix tag_name
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 18 Feb 2021 18:57:42 +0000 (19:57 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 18 Feb 2021 18:57:42 +0000 (19:57 +0100)
.github/workflows/linux-release.yml
.github/workflows/windows-release.yml

index e3cc40cafc754bf203c963fcadabb486586c0447..18753f6342748e7f022d906d2355ef606a196e8d 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       env:                                                                                                                                                                                
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token                                                           
       with:                                                                                                                                                                               
-        tag_name: tag-${{ github.sha }}
+        tag_name: linux-${{ github.sha }}
         release_name: release-${{ github.ref }}
         body: |                                                                                                                                                                           
           Generated by github actions                                                                                                                                                     
index cb60a8c5e52c3abc1924282b5f52196e390feb68..127e7ef38d4a9cfd6bc2ef14282c05dfca7453ee 100644 (file)
@@ -30,7 +30,7 @@ jobs:
       env:                                                                                                                                                                                
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token                                                           
       with:                                                                                                                                                                               
-        tag_name: tag-${{ github.sha }}
+        tag_name: windows-${{ github.sha }}
         release_name: release-${{ github.ref }}
         body: |                                                                                                                                                                           
           Generated by github actions