Skip to content

Commit

Permalink
[skip ci]Try to fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Jan 6, 2023
1 parent 783a39f commit 130b759
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 @@ -44,7 +44,7 @@ jobs:
- name: Build bifrost
working-directory: ${{ github.workspace }}
run: |
apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler
make production-release
mkdir -p ${{ github.workspace }}/artifacts
mv ${{ github.workspace }}/target/production/bifrost ${{ github.workspace }}/artifacts/
Expand Down

0 comments on commit 130b759

Please sign in to comment.