diff --git a/.github/workflows/cd_rawrrassembly.yml b/.github/workflows/cd_rawrrassembly.yml index 7c05081..305e25c 100644 --- a/.github/workflows/cd_rawrrassembly.yml +++ b/.github/workflows/cd_rawrrassembly.yml @@ -52,7 +52,7 @@ jobs: - name: List result run: dir - name: Execute on test file - run: rawrr-windows-x64.exe .\inst\extdata\sample.raw index + run: .\rawrr-windows-x64.exe .\inst\extdata\sample.raw index verify-macos: name: Verify on MacOS runs-on: macos-latest @@ -66,7 +66,7 @@ jobs: - name: List result run: ls -l - name: Make executable - run: chmod +x rawrr-macos-x64 + run: chmod +x rawrr-osx-x64 - name: Execute on test file - run: ./rawrr-macos-x64 ./inst/extdata/sample.raw index + run: ./rawrr-osx-x64 ./inst/extdata/sample.raw index \ No newline at end of file