Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jan 5, 2024
1 parent 26787a7 commit d4c3785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ env:
CARGO_TERM_COLOR: always

jobs:
upload-artifacts:
uses: ./.github/workflows/upload_artifacts.yml
# upload-artifacts:
# uses: ./.github/workflows/upload_artifacts.yml

publish:
needs: upload-artifacts
#needs: upload-artifacts
runs-on: ubuntu-latest

env:
Expand All @@ -41,7 +41,7 @@ jobs:
# https://github.com/actions/checkout/issues/1471
fetch-tags: false
# must be after checkout because it will remove artifacts
- uses: actions/download-artifact@v4
#- uses: actions/download-artifact@v4

- name: Prepare release on Github
run: |
Expand Down

0 comments on commit d4c3785

Please sign in to comment.