Skip to content

Commit

Permalink
Trying ftp-archive for all.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemarkom committed Nov 25, 2021
1 parent c374700 commit c1854ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Run dpkg-scanpackages and apt-ftparchive
run: |
ln -s dist debian && \
dpkg-scanpackages --multiversion debian | gzip > Packages.gz && \
apt-ftparchive release debian | gzip > Release.gz
apt-ftparchive packages debian/ > Packages && \
apt-ftparchive release . > Release
- name: Upload Packages and Release manually
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.TOKEN }}
file: "*.gz"
file: "{Packages|Release}"
file_glob: true
tag: ${{ github.ref }}
overwrite: true

0 comments on commit c1854ef

Please sign in to comment.