Skip to content

Commit

Permalink
upload artifacts 3
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 23, 2024
1 parent ee8ec86 commit bc633a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_${{ matrix.codename }}_deb_packages
path: *.*deb
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 bc633a2

Please sign in to comment.