mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
fix: permissions in moving deb files?
This commit is contained in:
3
.github/workflows/build-syncthing.yaml
vendored
3
.github/workflows/build-syncthing.yaml
vendored
@@ -890,8 +890,6 @@ jobs:
|
||||
RELEASE_GENERATION: ${{ needs.facts.outputs.release-generation }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download packages
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -914,6 +912,7 @@ jobs:
|
||||
|
||||
- name: Prepare packages
|
||||
run: |
|
||||
sudo chown -R $(id -u) apt/pool
|
||||
mv packages/*.deb apt/pool
|
||||
|
||||
- name: Update archive
|
||||
|
||||
Reference in New Issue
Block a user