Skip to content

Commit

Permalink
Fixing paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemarkom committed Nov 25, 2021
1 parent 183bb31 commit 33d20b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Run dpkg-scanpackages and apt-ftparchive
- name: Run apt-ftparchive
working-directory: dist
run: |
ln -s dist debian && \
apt-ftparchive packages debian/ | gzip > Packages.gz && \
apt-ftparchive release . | gzip > Release.gz
apt-ftparchive packages . | gzip > ../Packages.gz && \
apt-ftparchive release . | gzip > ../Release.gz
- name: Upload Packages and Release manually
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 33d20b6

Please sign in to comment.