Skip to content

Commit

Permalink
move where advanced grib2pf folder is so it is included in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Jan 8, 2025
1 parent b868f28 commit 8366d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Make grib2pf-advanced
shell: bash
run: |
mkdir grib2pf-advanced
mkdir -p dist/grib2pf-advanced
cp -r \
source/*.py \
source/build/libgrib2pf.so \
Expand All @@ -59,10 +59,10 @@ jobs:
source/palettes \
source/presets \
source/icon \
grib2pf-advanced
dist/grib2pf-advanced
- name: Upload grib2pf-advanced
uses: actions/upload-artifact@v4
with:
name: grib2pf-advanced
path: ${{ github.workspace }}/grib2pf-advanced
path: ${{ github.workspace }}/dist

0 comments on commit 8366d0f

Please sign in to comment.