Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 23, 2024
1 parent 8ec613d commit 3b14696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: PATH="REPO/.github/scripts:${PATH}" create_spec_file.sh

- name: Set the VERSION
run: sed -i 's/VERSION=/VERSION=${{ env.VERSION }}/' ./etc/pkgs-observer-agent.conf.d/service.conf && cat ./etc/pkgs-observer-agent.conf.d/service.conf
run: sed -i 's/VERSION=/VERSION=${{ env.VERSION }}/' REPO/etc/pkgs-observer-agent.conf.d/service.conf && cat REPO/etc/pkgs-observer-agent.conf.d/service.conf

- name: Build DEB Package
run: dpkg-deb --build SOURCES/${GITHUB_REPO_NAME} "${{ env.GITHUB_REPO_NAME }}_${{ env.VERSION }}_${{ env.DEB_ARCHITECTURE }}.deb"
Expand Down

0 comments on commit 3b14696

Please sign in to comment.