Skip to content

Commit

Permalink
Update release_all_external.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf authored Dec 2, 2024
1 parent 3485870 commit 36d5371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
cancel-in-progress: true

jobs:
build:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab
- name: Zip all artifacts for release
- name: Report the results
run: |
ls -R -l $OUTPUT_DIR &&
python ./bin/dict_summary.py --dict-dir=$INPUT_DIR --output-dir=$OUTPUT_DIR
Expand All @@ -78,7 +78,7 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
artifacts: "ext-output/*.*"
artifacts: "${{ env.OUTPUT_DIR }}/*.*,${{ env.INPUT_DIR }}/dict_summary.json"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
draft: true
Expand Down

0 comments on commit 36d5371

Please sign in to comment.