Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/containeroo/renvsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Mar 15, 2023
2 parents 41c5f47 + f7ceae4 commit c2877d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,19 @@ jobs:
echo "PROJECT_NAME=$(sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV
echo "PROJECT_VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV
- name: Download binary artifact x86_64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: renvsubst-v${{ env.PROJECT_VERSION }}-x86_64-unknown-linux-musl.tar.gz
- name: Download binary artifact arm
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: renvsubst-v${{ env.PROJECT_VERSION }}-arm-unknown-linux-musleabihf.tar.gz
- name: Untar
run: |
tar -xvf renvsubst-v${{ env.PROJECT_VERSION }}-x86_64-unknown-linux-musl.tar.gz
tar -xvf renvsubst-v${{ env.PROJECT_VERSION }}-arm-unknown-linux-musleabihf.tar.gz
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit c2877d8

Please sign in to comment.