Skip to content

Commit

Permalink
Merge pull request #2018 from souffle-lang/XiaowenHu96-patch-2
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
b-scholz committed Aug 19, 2021
2 parents 6339e02 + 0883a8b commit f71aa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-package/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ cmake --build ./build --parallel "$(nproc)" --target package
cd build

# Upload the package to packagecloud.io
PACKAGECLOUD_TOKEN="$PACKAGE_CLOUD_API_KEY" package_cloud push souffle-lang/souffle-test/$PKG_CLOUD_OS_NAME "$(ls *$PKG_EXTENSION | head -n1)"
PACKAGECLOUD_TOKEN="$PACKAGE_CLOUD_API_KEY" package_cloud push souffle-lang/souffle/$PKG_CLOUD_OS_NAME "$(ls *$PKG_EXTENSION | head -n1)"

0 comments on commit f71aa8e

Please sign in to comment.