]> git.cameronkatri.com Git - ldid.git/commitdiff
Fix workflow and retag v2.1.5-procursus1 v2.1.5-procursus1
authorCameron Katri <me@cameronkatri.com>
Wed, 13 Oct 2021 18:05:33 +0000 (14:05 -0400)
committerCameron Katri <me@cameronkatri.com>
Wed, 13 Oct 2021 18:05:33 +0000 (14:05 -0400)
.github/workflows/build.yml

index 8f3dd72fdf7480bd16f0bdf983899e233d982fad..abbc00b5e9ab23b54d618148a8f3e9909b5757a7 100644 (file)
@@ -124,7 +124,7 @@ jobs:
       with:
         upload_url: ${{ github.event.release.upload_url }}
         asset_path: ldid
-        asset_name: ldid_linux_${{ env.FILENAME }}
+        asset_name: ldid_linux_${{ env.ARCH }}
         asset_content_type: application/octet-stream
 
   build-macos:
@@ -136,7 +136,6 @@ jobs:
         - arm64
     env:
       ARCH: ${{ matrix.arch }}
-
     steps:
     - uses: actions/checkout@v1
       with: