fix: permissions in moving deb files?
This commit is contained in:
@@ -890,8 +890,6 @@ jobs:
|
|||||||
RELEASE_GENERATION: ${{ needs.facts.outputs.release-generation }}
|
RELEASE_GENERATION: ${{ needs.facts.outputs.release-generation }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Download packages
|
- name: Download packages
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -914,6 +912,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare packages
|
- name: Prepare packages
|
||||||
run: |
|
run: |
|
||||||
|
sudo chown -R $(id -u) apt/pool
|
||||||
mv packages/*.deb apt/pool
|
mv packages/*.deb apt/pool
|
||||||
|
|
||||||
- name: Update archive
|
- name: Update archive
|
||||||
|
|||||||
Reference in New Issue
Block a user