Skip to content

Commit

Permalink
refix archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent 9454a40 commit 56fed13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ runs:
fi
if [[ "${{ runner.arch }}" = "ARM64" || "${{ inputs.arch }}" = "arm64" ]]; then
echo "ARCHNAME='arm64'" >> $GITHUB_ENV
echo "ARCHNAME=arm64" >> $GITHUB_ENV
else
echo "ARCHNAME='amd64'" >> $GITHUB_ENV
echo "ARCHNAME=amd64" >> $GITHUB_ENV
fi
OSNAME=${{ runner.os }}
Expand Down

0 comments on commit 56fed13

Please sign in to comment.