Skip to content

Commit

Permalink
Merge pull request #2175 from souffle-lang/XiaowenHu96-patch-2-1
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
XiaowenHu96 authored Jan 17, 2022
2 parents dd09562 + ab8929f commit ea4ebd4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
- name: Packaging
run: |-
cd build &&
PACKAGECLOUD_TOKEN=${{ secrets.PACKAGECLOUD_TOKEN }}
package_cloud push souffle-lang/souffle/${{ matrix.OS-name }}
${{ steps.extract_pkg.outputs.pkg_name }}
PACKAGECLOUD_TOKEN=${{ secrets.PACKAGECLOUD_TOKEN }} package_cloud push souffle-lang/souffle/${{ matrix.OS-name }} ${{ steps.extract_pkg.outputs.pkg_name }}
Arch-Package-Build:
runs-on: ubuntu-latest
Expand All @@ -93,9 +91,16 @@ jobs:
-t package_builder
- name: Setup Credentials
uses: webfactory/ssh-[email protected]
uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.AUR_PRIVATE_KEY }}
key: ${{ secrets.AUR_PRIVATE_KEY }}
name: aur
known_hosts: ${{ secrets.AUR_KNOWN_HOSTS }}
config: |
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
- name: Upload
run: |-
Expand Down

0 comments on commit ea4ebd4

Please sign in to comment.