Skip to content

Commit

Permalink
another try V
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 3, 2024
1 parent 34d638e commit a74e9d8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/ubuntu_sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,9 @@ jobs:
cp $(which git) "/artifacts/${artifact_name}"
echo "Produced artifact at /artifacts/${artifact_name}"
name: Show the artifact
id: show
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}

githubToken: ${{ github.token }}

setup: |
mkdir -p "${PWD}/artifacts"
dockerRunArgs: |
--volume "${PWD}/artifacts:/artifacts"
- name: Build screen
env: | # YAML, but pipe character is necessary
artifact_name: git-${{ matrix.distro }}_${{ matrix.arch }}
artifact_name: git-${{ matrix.distro }}_${{ matrix.arch }}
shell: /bin/sh

# Items placed in /artifacts in the container will be in
Expand Down

0 comments on commit a74e9d8

Please sign in to comment.