Skip to content

Commit

Permalink
Merge pull request #477 from brown-ccv/fix-package
Browse files Browse the repository at this point in the history
fix: Fix Package Workflow
  • Loading branch information
RobertGemmaJr authored May 16, 2024
2 parents 9cc40a9 + 4923ba6 commit 7332d55
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 1,017 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-delete-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow dispatch for deleting unneeded artifacts.
# Used to clear storage budget when testing release/package creation
name: Delete Artifacts Workflow
name: 🗑️ Delete Artifacts Workflow
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: startsWith(matrix.os, 'mac')
with:
name: ${{ format('mac-installer-{0}', github.event.inputs.setting) }}
path: out/make/${{ steps.package_info.outputs.name }}-${{ steps.package_info.outputs.version }}-x64.dmg
path: out/make/${{ steps.package_info.outputs.name }}-${{ steps.package_info.outputs.version }}-universal.dmg
if-no-files-found: error
- name: ⬆ Upload installer - Linux
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Brewfile.lock.json
/.pnp
.pnp.js
.vite

# Testing
/coverage
Expand Down
Loading

0 comments on commit 7332d55

Please sign in to comment.