Skip to content

Commit

Permalink
Add aptblob to PATH in GitHub release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Oct 1, 2020
1 parent bcb59da commit ab19f91
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 @@ -78,7 +78,7 @@ jobs:
GO111MODULE: on
- id: package
name: Package release
run: release/release.sh debian
run: PATH="$HOME/bin:$PATH" release/release.sh debian
env:
GO111MODULE: on
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ab19f91

Please sign in to comment.