Skip to content

Commit

Permalink
copy distro stuff vs moving it
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 14, 2024
1 parent df71b6e commit cb7b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
DISTRO_LABEL: ${{ format('{0}-{1}', matrix.distro.name, matrix.distro.version) }}
shell: bash
run: |
mv -v ./.github/actions/openziti-tunnel-build-action/${DISTRO_LABEL}/* ./.github/actions/openziti-tunnel-build-action/
cp -vr ./.github/actions/openziti-tunnel-build-action/${DISTRO_LABEL}/* ./.github/actions/openziti-tunnel-build-action/
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit cb7b6b4

Please sign in to comment.