Skip to content

Commit

Permalink
Don't quote?
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 24, 2024
1 parent 5744d29 commit a249fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/package-opus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
# Move the output file to the correct location
mkdir -p "$EXPORT_DIR"
rm -f "$EXPORT_DIR/$FILE"
mv "build/$FIND_FILE" "$EXPORT_DIR/$FILE"
mv build/$FIND_FILE "$EXPORT_DIR/$FILE"

# Delay committing to prevent race conditions
sleep "$(( $JOB_INDEX * 2 ))"
2 changes: 1 addition & 1 deletion .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: android-actions/setup-android@v3
- name: Install dependencies
run: ${{ matrix.config.install-deps }}
- name: Build on ${{ matrix.config.name }}
- name: "Build ${{ matrix.config.file }}"
shell: bash
run: |
export WORKSPACE='${{ github.workspace }}'
Expand Down

0 comments on commit a249fa2

Please sign in to comment.