Skip to content

Commit

Permalink
Release ci : 'not found'. Maybe missing arch in docker asset, extract…
Browse files Browse the repository at this point in the history
…ed when downloaded assets during release
  • Loading branch information
fxi committed Jun 11, 2024
1 parent 2f370e7 commit b218c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: accessmod-docker-archive-${{ matrix.arch }}
path: ./electron/resources/docker/accessmod-docker.tar.gz
path: ./electron/resources/docker/accessmod-docker-${{ matrix.arch }}.tar.gz

electron:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b218c25

Please sign in to comment.