Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Feb 7, 2021
1 parent e6b4ccb commit 13c0d11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: push
on: release

jobs:

Expand All @@ -11,7 +11,7 @@ jobs:
target_distribution: buster
strategy:
matrix:
target_arch: ["amd64", "armhf", "arm64"]
target_arch: ["amd64"]
steps:
- name: GitHub Environment Variables Action
uses: FranzDiebold/[email protected]
Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload Debian package artifacts
uses: "actions/upload-artifact@v2"
with:
name: "${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF }}-${{matrix.target_arch}}-deb"
path: "${{ github.workspace }}/artifacts/${{ env.GITHUB_REPOSITORY_NAME }}_${{ env.GITHUB_REF }}_${{matrix.target_arch}}.deb"
name: "${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF_NAME }}-${{matrix.target_arch}}-deb"
path: "${{ github.workspace }}/artifacts/${{ env.GITHUB_REPOSITORY_NAME }}_${{ env.GITHUB_REF_NAME }}_${{matrix.target_arch}}.deb"

0 comments on commit 13c0d11

Please sign in to comment.