Skip to content

Commit

Permalink
always use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvankodev committed Nov 7, 2024
1 parent e0c1488 commit 5da6925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
echo "BIN=$bin" >> $GITHUB_ENV
- name: Determine archive name
shell: bash
run: |
echo "ARCHIVE=metaframer-${{ github.event.tag_name }}-${{ matrix.target }}" >> $GITHUB_ENV
- name: Create archive
shell: bash
run: |
mkdir -p "$ARCHIVE"
cp "$BIN" "$ARCHIVE"/
Expand All @@ -72,6 +74,7 @@ jobs:
echo "ASSET_SUM=$ARCHIVE.tar.gz.sha256" >> $GITHUB_ENV
- name: Upload release archive
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: gh release upload "${{ github.event.release.tag_name }}" ${{ env.ASSET }} ${{ env.ASSET_SUM }}

0 comments on commit 5da6925

Please sign in to comment.