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 730f8b7 commit 08237e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:

- shell: bash
run: |
cd $file_path && fVar=$(find -type f -name 'archive/*.rbz');
fVar=$(find -type f -name 'archive/*.rbz');
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 $fVar >> $GITHUB_OUTPUT
echo File: $fVar >> $GITHUB_OUTPUT
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 08237e1

Please sign in to comment.