Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path of downloaded artifact #459

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Fix path of downloaded artifact #459

merged 2 commits into from
Sep 17, 2024

Conversation

streamer45
Copy link
Contributor

@streamer45 streamer45 commented Sep 17, 2024

Summary

Let's try again. Downloading artifacts deals with directories so we were getting some new errors.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Sep 17, 2024
@streamer45 streamer45 self-assigned this Sep 17, 2024
- name: deploy/install-dependencies
run: npm i -g "serverless@<4.0.0"
- name: deploy/download-build
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: marketplace-build
path: dist/mattermost-marketplace.zip
path: dist
merge-multiple: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditch this and we should be golden

@toninis
Copy link
Contributor

toninis commented Sep 17, 2024

Also you can add compression-level: 0 on the upload side

@streamer45
Copy link
Contributor Author

@cpoile Please 🙏

@cpoile cpoile added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Sep 17, 2024
@streamer45 streamer45 merged commit fa5f164 into master Sep 17, 2024
4 checks passed
@streamer45 streamer45 deleted the MM-60556 branch September 17, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants