Skip to content

Commit

Permalink
Merge pull request #833 from storybuilder-org/artifacts-v4
Browse files Browse the repository at this point in the history
Artifacts v4
  • Loading branch information
terrycox authored Nov 18, 2024
2 parents fe52c4f + 913c23a commit eb1148e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file removed .github/workflows/MSIXCleaner.exe
Binary file not shown.
6 changes: 4 additions & 2 deletions .github/workflows/ReleaseBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ jobs:

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload MSIX package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: StoryCAD
path: D:\a\StoryCAD\StoryCAD\StoryCAD\Packages\*
path: StoryCAD/StoryCAD/StoryCAD/Packages/*
compression-level: 9
include-hidden-files: true

- name: Set up Git
run: |
Expand Down

0 comments on commit eb1148e

Please sign in to comment.