Skip to content

Commit

Permalink
Update dispatch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 2, 2024
1 parent 8738248 commit 2eec356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ jobs:
uses: actions/upload-artifact@v1.0.0
with:
name: ${{ env.PACKAGE_NAME }}-0.${{ env.PACKAGE_VERSION }}.rpm
path: ./rpmbuild/RPMS/x86_64/${{ env.PACKAGE_NAME }}.${{ env.PACKAGE_VERSION }}-1.rpm
path: ./rpmbuild/RPMS/x86_64/${{ env.PACKAGE_NAME }}.${{ env.PACKAGE_VERSION }}-1.x86_64.rpm

- name: Create GitHub release
id: create_release
Expand All @@ -1022,7 +1022,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.ASSET_PATH }}
asset_name: ${{ env.PACKAGE_NAME }}.${{ env.PACKAGE_VERSION }}-1.rpm
asset_name: ${{ env.PACKAGE_NAME }}.${{ env.PACKAGE_VERSION }}-1.x86_64.rpm
asset_content_type: application/octet-stream

npmjs:
Expand Down

0 comments on commit 2eec356

Please sign in to comment.