Skip to content

Commit

Permalink
test release to multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfight committed May 16, 2024
1 parent 8d46a14 commit d476f3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:

- name: Set outputs
id: outputs
env:
- PLATFORM=${{ matrix.platform }}
run: |
echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> "$GITHUB_OUTPUT" &&
echo "ARCH=${$PLATFORM | cut -d'/' -f2- }" >> "$GITHUB_OUTPUT"
echo "ARCH=${${{ matrix.platform }} | cut -d'/' -f2- }" >> "$GITHUB_OUTPUT"
- name: Set up rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit d476f3c

Please sign in to comment.