Skip to content

Commit

Permalink
Utility: blurhash - workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 8, 2023
1 parent 780dc28 commit 084dc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blurhash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_blurhash:
name: QOI
name: BlurHash
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -22,7 +22,7 @@ jobs:
- macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rebol
uses: oldes/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:

###############################################################################
# Collecting build artifacts...
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: blurhash-${{matrix.os}}-CI-${{github.run_id}}
path: ./tree/utility/build/blurhash*
Binary file added assets/siskin-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 084dc74

Please sign in to comment.