Skip to content

Commit 2add1c9

Browse files
Push to repo
1 parent e8c8920 commit 2add1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
files: ${{ steps.build_deb.outputs.file_name }}
4646
generate_release_notes: true
4747
make_latest: true
48-
# - name: Add to repo
49-
# run: |
50-
# curl -u "${{ secrets.APT_CREDENTIALS }}" -H "Content-Type: multipart/form-data" --data-binary "@${{ steps.build_deb.outputs.file_name }}" "https://repo.andrew-stclair.com/repository/apt-hosted/"
48+
- name: Add to repo
49+
run: |
50+
curl -u "${{ secrets.APT_CREDENTIALS }}" -H "Content-Type: multipart/form-data" --data-binary "@${{ steps.build_deb.outputs.file_name }}" "https://repo.andrew-stclair.com/repository/apt-hosted/"

0 commit comments

Comments
 (0)