Skip to content

Commit

Permalink
fix(release-to-candidate): revert changes to manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 23, 2024
1 parent 6eaaca8 commit 9a6160a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release-to-candidate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ runs:
# https://bugs.launchpad.net/snapcraft/+bug/1885150
yq -i '.architectures |= [{"build-on": env(arch)}]' "$yaml_path"
manifest="${PWD}/manifest-${arch}.yaml"
pushd "$project_root" && git init || exit
if ! snapcraft remote-build --launchpad-accept-public-upload; then
Expand All @@ -97,8 +95,8 @@ runs:
if [[ -n "$project_root" ]]; then
echo "snap=${project_root}/${name}_${version}_${arch}.snap" >> "$GITHUB_OUTPUT"
fi
echo "name: ${name}" >> "$manifest"
echo "architecture: ${arch}" >> "manifest"
echo "name: ${name}" >> "manifest-${{ inputs.architecture }}.yaml"
echo "architecture: ${arch}" >> "manifest-${{ inputs.architecture }}.yaml"
- name: Review the built snap
uses: diddlesnaps/snapcraft-review-action@v1
Expand Down

0 comments on commit 9a6160a

Please sign in to comment.