Skip to content

Commit

Permalink
Attempt to fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 1, 2024
1 parent 9615c1c commit 2c510d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: mac_linux
path: output/*

windows:
Expand Down Expand Up @@ -71,4 +72,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: windows
path: output/*

0 comments on commit 2c510d0

Please sign in to comment.