Skip to content

Commit

Permalink
Switch loyalties
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 18, 2024
1 parent 3bd3327 commit 26f025e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
dist/jlmkr
dist/jlmkr-*.zip
# dist/jlmkr conflicts with other job
if-no-files-found: error


Expand Down Expand Up @@ -133,9 +133,9 @@ jobs:
run: |
python3 -m zipapp src/jlmkr -p "/usr/bin/env python3" -o jlmkr
- uses: actions/upload-artifact@v4
with:
path: jlmkr
# - uses: actions/upload-artifact@v4
# with:
# path: jlmkr

# Run multiple commands using the runners shell
- name: Run the test script
Expand Down

0 comments on commit 26f025e

Please sign in to comment.