Skip to content

Commit

Permalink
revert uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 23, 2024
1 parent 340165e commit b46aa80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ jobs:
run: |
dpkg-buildpackage --unsigned-source --unsigned-changes
mv ../*.*deb .
- name: upload deb packages to artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_${{ matrix.codename }}_${{ matrix.labels[0] }}_debs
path: "*.*deb"
# - name: upload deb packages to artifacts
# uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.os }}_${{ matrix.codename }}_${{ matrix.labels[0] }}_debs
# path: "*.*deb"
- name: deploy deb packages
run: |
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
Expand Down

0 comments on commit b46aa80

Please sign in to comment.