Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Jul 8, 2024
1 parent bfffd73 commit bf91fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build-amd64:
build-x86_64:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build
name: build-x86_64
path: debian/artifacts/*

build-arm64:
Expand All @@ -46,5 +46,5 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build
name: build-arm64
path: debian/artifacts/*

0 comments on commit bf91fbd

Please sign in to comment.