Skip to content

Commit

Permalink
build: fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Nov 25, 2024
1 parent 30b5386 commit b3ffec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Extension with Container
run: |
mkdir "artifacts"
docker run --env VERSION="${{ github.ref_name || '9999.9999.9999' }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-$(arch)"
docker run --env VERSION="${{ github.ref_name || '9999.9999.9999' }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-${{ matrix.platform }}"
- name: Upload deb Packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b3ffec2

Please sign in to comment.