Skip to content

Commit

Permalink
rmuwifuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Feb 21, 2024
1 parent c2c98b2 commit 67c04b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make executable
- uses: actions/upload-artifact@v4
with:
name: rmufuse-ubuntu
name: rmuwifuse-ubuntu
path: dist
if-no-files-found: error
build-executable-alpine:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: make executable
- uses: actions/upload-artifact@v4
with:
name: rmufuse-alpine
name: rmuwifuse-alpine
path: dist
if-no-files-found: error
build-executable-remarkable:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
make -C /src executable
- uses: actions/upload-artifact@v3
with:
name: rmufuse-remarkable
name: rmuwifuse-remarkable
path: dist
if-no-files-found: error
build-wheel:
Expand Down Expand Up @@ -233,9 +233,9 @@ jobs:
strategy:
matrix:
artifact:
- 'rmufuse-ubuntu'
- 'rmufuse-alpine'
- 'rmufuse-remarkable'
- 'rmuwifuse-ubuntu'
- 'rmuwifuse-alpine'
- 'rmuwifuse-remarkable'
- 'pip-sdist'
- 'pip-wheel-3.11'
permissions:
Expand All @@ -251,9 +251,9 @@ jobs:
path: dist
- name: Upload to release
run:
if [ -f rmufuse ]; then
name="rmufuse-${{ matrix.artifact }}"
mv rmufuse "$name"
if [ -f rmuwifuse ]; then
name="rmuwifuse-${{ matrix.artifact }}"
mv rmuwifuse "$name"
gh release upload "$TAG" "$name" --clobber
else
find . -type f | xargs -rI {} gh release upload "$TAG" {} --clobber
Expand Down

0 comments on commit 67c04b2

Please sign in to comment.