Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Feb 14, 2023
1 parent d1d4eba commit 9ab547b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
distro: ubuntu_latest
setup: |
mkdir -p "${PWD}/build"
# Caches the image. Make sure there are no secrets in the disk image!
githubToken: ${{ github.token }}

# Mount the artifacts directory as /artifacts in the container
dockerRunArgs: |
--volume "${PWD}/build:/build"
Expand Down Expand Up @@ -112,8 +115,8 @@ jobs:
python3-distutils
apt-get install --reinstall python3.9-distutils python3.9-dev -y
run: |
python3.9 -m pip install setuptools wheel
run: |
echo ::set-output name=ls::$(ls)
cd build
echo ::set-output name=ls2::$(ls2)
Expand Down

0 comments on commit 9ab547b

Please sign in to comment.