Skip to content

Commit

Permalink
Use correct query filename; strip leading dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 15, 2024
1 parent 6bdc79c commit 5ee0885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Bundle queries
shell: bash
run: |
FILENAME=$ISODATE-devstats-queries.xz
tar cfJ queries.xz devstats/devstats/queries/*
FILENAME=$ISODATE-devstats-queries.tar.xz
tar cfJ $FILENAME --strip-components=3 devstats/devstats/queries/*
- name: List all files
shell: bash
Expand Down

0 comments on commit 5ee0885

Please sign in to comment.