Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 13, 2024
1 parent 330c30e commit 38c1e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
RELEASE: ${{ env.VERSION }}
ARCH: "amd64"
run: |
sed -i 's|v1.0.1|${{ env.VERSION }}|g' nfpm.yaml
./nfpm pkg --config nfpm.yaml --target "./$PACKAGE-$RELEASE-$ARCH.deb"
./nfpm pkg --config nfpm.yaml --target "./$PACKAGE-$RELEASE-$ARCH.rpm"
Expand Down

0 comments on commit 38c1e82

Please sign in to comment.