Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlentink committed Mar 20, 2024
1 parent 8d90210 commit db68e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
if: matrix.abbr == 'OSX'
run: |
cd dist
tar -cvf ../bible_import_${{ matrix.abbr }}.${{ matrix.archive }} ./*
tar -cvf ../bible_import_${{ matrix.abbr }}.${{ matrix.archive }} *
- name: Compress artifacts WIN
if: matrix.abbr == 'WIN'
run: |
cd dist
tar -a -c -f ../bible_import_${{ matrix.abbr }}.${{ matrix.archive }} ./*
tar -a -c -f ../bible_import_${{ matrix.abbr }}.${{ matrix.archive }} *
- uses: actions/upload-artifact@v4
with:
name: bible_import.${{ matrix.abbr }}.${{ matrix.archive }}
name: bible_import.${{ matrix.abbr }}
path: ./bible_import_${{ matrix.abbr }}.${{ matrix.archive }}

0 comments on commit db68e93

Please sign in to comment.