Skip to content

Commit

Permalink
Update tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeArthurScofield committed Apr 26, 2024
1 parent ac8ef5e commit c6c61d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
mkdir -p build_assets
make
find . -maxdepth 1 -type f -regex '.*\(wxray\|xray\|xray_amd64\)\(\|.exe\)' -exec mv {} ./build_assets/ \;
find . -maxdepth 1 -type f -regex '.*\(wxray\|xray\|xray-amd64\)\(\|.exe\)' -exec mv {} ./build_assets/ \;
- name: Restore Cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit c6c61d3

Please sign in to comment.