Skip to content

Commit

Permalink
chore(ci): remove /github/workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Apr 6, 2024
1 parent 2ff08b9 commit 29bb73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
enable_cache_dnf: "false"
enable_cache_skopeo: "false"
## flatpak_remote_refs: ${{ steps.filtered_flatpak_dependencies.outputs.filtered_flatpak_refs }}
flatpak_remote_refs_dir: /github/workspace/${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }}
flatpak_remote_refs_dir: ${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }}
enable_flatpak_dependencies: "false"

- name: Move ISOs to Upload Directory
Expand Down

0 comments on commit 29bb73d

Please sign in to comment.