Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalrao12 authored Oct 3, 2024
1 parent b033a87 commit 1fa2105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
USERNAME: ${{ secrets.PACKAGECLOUD_USERNAME }}

- name: upload deb packagecloud
if: ${{ (matrix.arch != 'aarch64') && (steps.checkpackagecloud.outputs.secretspresent) }}
if: ${{ steps.checkpackagecloud.outputs.secretspresent }}
uses: danielmundi/upload-packagecloud@v1
with:
PACKAGE-NAME: heplify-*-amd64.deb
Expand All @@ -90,7 +90,7 @@ jobs:
continue-on-error: true

- name: upload rpm packagecloud
if: ${{ (matrix.arch != 'aarch64') && (steps.checkpackagecloud.outputs.secretspresent) }}
if: ${{ steps.checkpackagecloud.outputs.secretspresent }}
uses: danielmundi/upload-packagecloud@v1
with:
PACKAGE-NAME: heplify-*-amd64.rpm
Expand Down

0 comments on commit 1fa2105

Please sign in to comment.