Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AviralVerma13 authored Aug 1, 2022
1 parent 7bf8bd0 commit cea8020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: fpm_debian
path: target/debian/${{ env.BINARY_NAME }}*
path: target/debian/fpm_0.1.10_amd64.deb
create-debian-release:
name: Create github tag and release for debian file
runs-on: ubuntu-latest
Expand All @@ -175,10 +175,10 @@ jobs:
run: echo ${{steps.download.outputs.download-path}}
- name: Rename assets
run: |
mv ~/download/ubuntu/${{ env.BINARY_NAME }}* ~/download/ubuntu_x64_latest/${{ env.BINARY_NAME }}*
mv ~/download/ubuntu/fpm_0.1.10_amd64.deb ~/download/ubuntu_x64_latest/fpm_0.1.10_amd64.deb
- uses: ncipollo/release-action@v1
with:
artifacts: "~/download/ubuntu_x64_latest/${{ env.BINARY_NAME }}*"
artifacts: "~/download/ubuntu_x64_latest/fpm_0.1.10_amd64.deb"
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.releaseTag }}
Expand Down

0 comments on commit cea8020

Please sign in to comment.