-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,15 +116,15 @@ jobs: | |
path: 'host/publish/' | ||
|
||
# Upload the publish folder for src/Imageflow.Server.Host to the release artifacts | ||
- name: Upload Server.Host to artifacts | ||
- name: Upload Imageflow.Server.Host to artifacts | ||
uses: actions/upload-artifact@v3 | ||
if: success() | ||
with: | ||
name: ${{env.HOST_ZIP_FILE}}}} | ||
name: ${{env.HOST_ZIP_FILE}} | ||
path: host/${{env.HOST_ZIP_FILE}} | ||
|
||
# If this is a release, upload it to the github release page using the git | ||
- name: Upload ${{env.HOST_ZIP_FILE}} to release | ||
- name: Upload Imageflow.Server.Host to release | ||
uses: Shopify/[email protected] | ||
if: steps.version.outputs.is_valid == 'true' && github.event_name == 'release' | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters