Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Aug 29, 2024
1 parent 6e6f59a commit 81bd6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
linux-amd64:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cliraop-linux-${{ matrix.os-arch }}
path: releases/
path: bin/

0 comments on commit 81bd6ee

Please sign in to comment.