mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
fix: remove deprecated github env
This commit is contained in:
parent
1725944e46
commit
d26decc9c9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/linuxpackage.yml
vendored
5
.github/workflows/linuxpackage.yml
vendored
|
|
@ -21,12 +21,15 @@ jobs:
|
|||
ruby-version: 2.6
|
||||
|
||||
- name: Retrieve release version
|
||||
run: echo "::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\/v/}"
|
||||
run: |
|
||||
echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
set -x
|
||||
|
||||
echo "Release version: ${{ env.RELEASE_VERSION }}"
|
||||
|
||||
sudo apt-get -yqq install libpq-dev build-essential
|
||||
gem install --no-document fpm
|
||||
fpm --version
|
||||
|
|
|
|||
Loading…
Reference in a new issue