Skip to content

Commit

Permalink
fix: interpolation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jul 16, 2021
1 parent 1a2eca8 commit 8e91505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: |
npx pkg --compress GZip --targets node16-linux-x64,node16-alpine-x64,node16-linuxstatic-x64 lib/index.js
mv index-alpine "${{ env.RELEASE_NAME }"-alpine-x64
mv index-linux "${{ env.RELEASE_NAME }"-linux-x64
mv index-linuxstatic "${{ env.RELEASE_NAME }"-linuxstatic-x64
mv index-alpine "${{ env.RELEASE_NAME }}"-alpine-x64
mv index-linux "${{ env.RELEASE_NAME }}"-linux-x64
mv index-linuxstatic "${{ env.RELEASE_NAME }}"-linuxstatic-x64
ls -l

0 comments on commit 8e91505

Please sign in to comment.