Skip to content

Commit

Permalink
Fix deb build action
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 20, 2024
1 parent 71845e7 commit 1b0ae00
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 @@ -372,7 +372,7 @@ jobs:
console.log(release.data.upload_url);
return release.data.upload_url
- uses: golemfactory/build-deb-action@5
- uses: golemfactory/build-deb-action@main
id: deb
with:
debVersion: ${{ steps.version.outputs.version-ext }}
Expand Down

0 comments on commit 1b0ae00

Please sign in to comment.