Skip to content

Commit

Permalink
reenable repo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Oct 1, 2024
1 parent 63591ec commit 9fa2802
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,24 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
body: "For apk/deb/rpm packages, you can use the rakudo-pkg [OS repositories](https://github.com/nxadm/rakudo-pkg#os-repositories)."
# release-to-repos:
# needs: release-to-github
# runs-on: ubuntu-latest
# env:
# CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
# steps:
# - name: Retrieve sources
# uses: actions/download-artifact@v4
# with:
# name: sources
# - name: Download packages
# uses: actions/download-artifact@v4
# with:
# name: packages-*
# path: packages
# - name: Upload to repository
# run: |
# chmod +x actions/*
# actions/upload.sh packages
release-to-repos:
needs: release-to-github
runs-on: ubuntu-latest
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- name: Retrieve sources
uses: actions/download-artifact@v4
with:
name: sources
- name: Download packages
uses: actions/download-artifact@v4
with:
path: packages
pattern: packages-*
merge-multiple: true
- run: ls -R packages
- name: Upload to repository
run: |
chmod +x actions/*
actions/upload.sh packages

0 comments on commit 9fa2802

Please sign in to comment.