Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 29, 2023
1 parent 4837bdb commit 0a8128a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- name: Gets latest created release info
id: latest_release_info
uses: jossef/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
Expand Down Expand Up @@ -77,6 +71,12 @@ jobs:
- name: List
run: ls combined/

- name: Gets latest created release info
id: latest_release_info
uses: jossef/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload Assets
id: upload
uses: shogo82148/actions-upload-release-asset@v1
Expand Down

0 comments on commit 0a8128a

Please sign in to comment.