commit 30d7a73cb4224ce9ff8d19dd098e1f9e12f4c16c
parent e47dac4015dc373e8e7c8b21e49c82a490f24467
Author: Yersa Nordman <yersa@finwo.nl>
Date: Tue, 14 Mar 2023 23:43:46 +0100
Rename attach asset job to signify cross-compilation requirement
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/tag-assets.yml b/.github/workflows/tag-assets.yml
@@ -6,8 +6,8 @@ on:
- stable
- edge
jobs:
- attach_asset_amd64:
- name: Attach assets linux-amd64
+ attach_asset:
+ name: Attach assets to release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3