Skip to content

Commit

Permalink
Using project's root for Rebol/BlurHash CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 9, 2023
1 parent d361af4 commit 403c5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebol-blurhash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
run: ./rebol3 $ProjectRoot/ci-test.r3

- name: Compress 32bit Rebol/BlurHash extension
run: gzip -9 ./blurhash-linux-x86.rebx
run: gzip -9 $ProjectRoot/blurhash-linux-x86.rebx
- name: Compress 64bit Rebol/BlurHash extension
run: gzip -9 ./blurhash-linux-x64.rebx
run: gzip -9 $ProjectRoot/blurhash-linux-x64.rebx

- uses: actions/upload-artifact@v3
with:
name: Rebol-BlurHash-${{github.run_id}}
path: ./blurhash*.gz
path: $ProjectRoot/blurhash*.gz

macos:
runs-on: macos-latest
Expand Down

0 comments on commit 403c5c3

Please sign in to comment.