Skip to content

Commit

Permalink
tests - fix actions upload/download - part 3 cuz i am not paying atte…
Browse files Browse the repository at this point in the history
…ntion
  • Loading branch information
itewk committed Sep 4, 2024
1 parent 0691fcd commit dfa0cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- name: Download Distribution 🔻
if: github.event_name == 'push'
uses: uses: actions/[email protected]
uses: actions/[email protected]
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- name: Download Distribution 🔻
if: github.event_name == 'push'
uses: uses: actions/[email protected]
uses: actions/[email protected]
with:
name: dist
path: dist/
Expand Down

0 comments on commit dfa0cb2

Please sign in to comment.