From c232357e6e8b36a898d5c7aa44e1b9a16f714d4a Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 4 Nov 2024 12:08:48 +0100 Subject: [PATCH] mac and windows fixes --- .github/workflows/cd_rawrrassembly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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