Skip to content

Commit

Permalink
Attemp to make action-download work in a backwards compat way
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Nov 30, 2023
1 parent b0d478f commit 61c0f78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,23 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: annelid-x86_64.AppImage
path: annelid-x86_64.AppImage/
path: annelid-x86_64.AppImage
- uses: actions/download-artifact@v3
with:
name: annelid-x86_64.macos
path: annelid-x86_64.macos/
path: annelid-x86_64.macos
- uses: actions/download-artifact@v3
with:
name: annelid-aarch64.macos
path: annelid-aarch64.macos/
path: annelid-aarch64.macos
- uses: actions/download-artifact@v3
with:
name: annelid-x86_64.macos-11
path: annelid-x86_64.macos-11/
path: annelid-x86_64.macos-11
- uses: actions/download-artifact@v3
with:
name: annelid-x86_64.win
path: annelid-x86_64.win/
path: annelid-x86_64.win
- name: Display structure of downloaded files
run: ls -R
- id: get_commit_id
Expand Down

0 comments on commit 61c0f78

Please sign in to comment.