Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Dec 13, 2024
1 parent 0bce223 commit 3c34cfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ jobs:
Start-Process -FilePath 7z.exe -ArgumentList '/S' -Wait
- name: Create 7z Archive
shell: cmd
run: '"C:\Program Files\7-Zip\7z.exe" a dopamine-nightly-win.7z release\Dopamine-*.exe'
- name: Upload Build Artifact
run: '"C:\Program Files\7-Zip\7z.exe" a dopamine-nightly-win.7z Dopamine-*.exe'
- name: Upload 7z Artifact
uses: actions/upload-artifact@v4
with:
name: dopamine-nightly-win
path: dopamine-nightly-win.7z
if-no-files-found: ignore




0 comments on commit 3c34cfa

Please sign in to comment.