Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Nov 25, 2024
1 parent 86f37b0 commit 1af7e8c
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
id: build_container
run: |
echo "arch=$(echo "${{ matrix.platform }}" | | sed 's/^linux\///g' | sed 's/\//_/g)" >> $GITHUB_OUTPUT
echo "arch=$(echo "${{ matrix.platform }}" | sed "s/^linux\///g" | sed "s/\//_/g")" >> $GITHUB_OUTPUT
mkdir "artifacts"
docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-${{ matrix.platform }}"
- name: Upload deb Packages
Expand Down

0 comments on commit 1af7e8c

Please sign in to comment.