Skip to content

Commit

Permalink
workflow: fix incremental versions (missing v prefix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jun 1, 2023
1 parent baffbad commit 91d19da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 'Release debian files'
uses: ncipollo/release-action@v1
with:
tag: ${{ env.GIT_VERSION }}
tag: "v${{ env.GIT_VERSION }}"
artifacts: "deb/*.deb"
allowUpdates: true
omitBodyDuringUpdate: true
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ -e /etc/default/raspberrypi-kernel ]]; then
else
PACKAGE=camera-streamer-generic_#{GIT_VERSION}.bullseye_$(dpkg --print-architecture).deb
fi
wget "https://github.com/ayufan/camera-streamer/releases/download/#{GIT_VERSION}/$PACKAGE"
wget "https://github.com/ayufan/camera-streamer/releases/download/v#{GIT_VERSION}/$PACKAGE"
sudo apt install "$PWD/$PACKAGE"
```

Expand Down

0 comments on commit 91d19da

Please # to comment.