Skip to content

Commit

Permalink
ci: Remove errant double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo authored Jun 8, 2024
1 parent 5aed1ab commit efc44d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
git archive -o $ver.src.tar.gz --prefix=flex-$ver/ HEAD
TZ=America/Los_Angeles git archive -o $ver.src.zip --prefix=flex-$ver/ HEAD
echo "SOURCE_GZ="$(echo $ver.src.tar.gz)" >> $GITHUB_ENV
echo "SOURCE_ZIP="$(echo $ver.src.zip)" >> $GITHUB_ENV
echo "SOURCE_GZ=$(echo $ver.src.tar.gz)" >> $GITHUB_ENV
echo "SOURCE_ZIP=$(echo $ver.src.zip)" >> $GITHUB_ENV
- name: Get artifact names
env:
ver: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit efc44d2

Please sign in to comment.