Skip to content

Commit

Permalink
fix: missing working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Aug 26, 2024
1 parent dc0b939 commit 003d016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ jobs:
- name: "[release] Upload packages to gcp public repositories"
if: ${{ startsWith(github.ref, 'refs/tags/') }}
working-directory: ./dist
run: |
for deb in $(find * -name '*.deb'); do
ERROR=$(gcloud artifacts apt upload ${{ inputs.gcp_deb_public_artifact_registry }} --location=${{ vars.GCP_ARTIFACT_REGISTRY_PROJECT_LOCATION }} --source=$deb 2>&1) || {
Expand Down

0 comments on commit 003d016

Please sign in to comment.