Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Jan 3, 2025
1 parent 014d6a2 commit 026f153
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ steps.metadata.outputs.plugin-id }}-${{ steps.metadata.outputs.plugin-version }}
path: ${{ steps.metadata.outputs.archive }}
path: ${{ steps.metadata.outputs.plugin-id }}
retention-days: 5

resolve-versions:
Expand Down Expand Up @@ -291,14 +291,11 @@ jobs:
path: dist
name: ${{ needs.build.outputs.plugin-id }}-${{ needs.build.outputs.plugin-version }}

- name: Download backend dist directory
run: |
mkdir -p dist
cp -r all-artifacts/*/* dist/
- name: Execute permissions on binary
if: needs.build.outputs.has-backend == 'true'
run: |
ls
ls dist/
chmod +x ./dist/gpx_*
- name: Setup Node.js environment
Expand Down

0 comments on commit 026f153

Please sign in to comment.