Skip to content

Commit

Permalink
fix: don't upload RPM and Debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Feb 15, 2024
1 parent 4522f58 commit a3ac45d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,3 @@ winget:
owner: microsoft
name: winget-pkgs
branch: master

uploads:
- name: RPM
method: PUT
target: https://code.icb4dc0.de/api/packages/prskr/rpm/upload
exts:
- rpm
username: prskr
checksum: false
signature: false
custom_artifact_name: true

- name: DEB
method: PUT
target: https://code.icb4dc0.de/api/packages/prskr/debian/pool/bookworm/main/upload
exts:
- deb
username: prskr
checksum: false
signature: false
custom_artifact_name: true

0 comments on commit a3ac45d

Please sign in to comment.