Skip to content

Commit

Permalink
yeah... wrong ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent ff3289a commit 72d9f4d
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 @@ -51,14 +51,14 @@ jobs:
id: check_created_packages
run: ls -ltR ${GITHUB_WORKSPACE}/src/dsm7/dist/

- name: Cleanup dist
id: clean_dist
run: cd ${GITHUB_WORKSPACE}/src/dsm7; make clean-dist
- name: Upload releases to artifacts
id: upload_releases
uses: actions/upload-artifact@v4
with:
name: releases
path: src/dsm7/dist/
if-no-files-found: error
retention-days: 7
retention-days: 7
- name: Cleanup dist
id: clean_dist
run: cd ${GITHUB_WORKSPACE}/src/dsm7; make clean-dist

0 comments on commit 72d9f4d

Please sign in to comment.