Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 26, 2023
1 parent e2e1651 commit 3a7cc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
sudo mkdir /man
cp -r ./man /
sudo cp -r ./man /
wget https://github.com/pmq20/ruby-packer/releases/download/linux-x64/rubyc
chmod +x ./rubyc
./rubyc --openssl-dir=/etc/ssl ./uffizzi --output=${{ env.LINUX_BIN_PATH }}
Expand All @@ -54,7 +54,7 @@ jobs:
export optflags="-Wno-error=implicit-function-declaration"
export SSL_CERT_FILE=/etc/ssl/cert.pem
sudo mkdir /man
cp -r ./man /
sudo cp -r ./man /
wget https://github.com/pmq20/ruby-packer/releases/download/darwin-x64/rubyc
chmod +x ./rubyc
./rubyc --openssl-dir="$(brew --prefix)/opt/[email protected]" ./uffizzi --output=${{ env.DARWIN_BIN_PATH }}
Expand Down

0 comments on commit 3a7cc95

Please sign in to comment.