Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored May 10, 2024
1 parent 22b13d3 commit 1c10ead
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- name: rename the file
run: mv 1.txt ${{ matrix.python_version }}-1.txt
- name: do the thing
uses: actions/upload-artifact@v4
with:
name: do_the_thing-${{ matrix.python_version }}.txt
path: 1.txt
name: do_the_thing-${{ matrix.python_version }}
path: ${{ matrix.python_version }}-1.txt

later:
needs: [build]
Expand Down

0 comments on commit 1c10ead

Please sign in to comment.