Skip to content

Commit

Permalink
Update extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom authored Jan 3, 2024
1 parent 08237e1 commit e6abe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo $fVar # output is like ./file-1.2.0-SNAPSHOT.txt
fT=${fVar:2} # removing first two characters'./'
echo "$fT" # output is file-1.2.0-SNAPSHOT.txt
echo File: $fVar >> $GITHUB_OUTPUT
echo "File: $fVar" >> $GITHUB_OUTPUT
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit e6abe7f

Please sign in to comment.