Skip to content

Commit

Permalink
Update build deb action
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 19, 2023
1 parent 11116f0 commit 4d70062
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 @@ -184,7 +184,7 @@ jobs:
VERSION=${TAGV_NAME#v}
echo "::set-output name=tagv::${TAG_NAME}"
echo "::set-output name=version::${VERSION}"
- uses: golemfactory/build-deb-action@v3
- uses: golemfactory/build-deb-action@v4
id: deb
with:
debVersion: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 4d70062

Please sign in to comment.