Skip to content

Commit

Permalink
fix deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelw committed May 31, 2023
1 parent a2eb3d8 commit 18e8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dhcpcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ID=$(docker create ghcr.io/michaelw/dhcpcd:${{ steps.meta.outputs.version }})
DIST="dhcpcd-rootfs_${{ steps.meta.outputs.version }}_${{ matrix.platform.slug }}.tar.bz2"
docker export "$ID" | bzip2 > "$DIST"
echo "::set-output name=asset_path::${DIST}"
echo "asset_path=${DIST}" >> $GITHUB_OUTPUT
- name: Upload rootfs asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 18e8012

Please sign in to comment.