Skip to content

Commit

Permalink
Update compile_official_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guhill1 committed Oct 31, 2024
1 parent cfc8998 commit 037e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_official_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
[ -e $FILES ] && mv -v $FILES openwrt/files
[ -e $FILES_PAT ] && cp -R -v $FILES_PAT/* openwrt
$content = ${{env.DIST_NAME}}
content = ${{env.DIST_NAME}}
echo outputContent = $content >> $GITHUB_OUTPUT
- name: Print version from file to console
Expand Down

0 comments on commit 037e563

Please sign in to comment.