Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9e62ef

Browse files
committed
Updated gh action
1 parent0ff70fc commita9e62ef

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

‎.github/workflows/docker-workflow.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@ jobs:
4242
tags:amazon-linux-sharp-layer:dev
4343
-name:Copy artifacts
4444
run:docker run -v "${{ github.workspace }}/dist":/dist amazon-linux-sharp-layer:dev
45-
-name:Upload artifacts
46-
uses:actions/upload-artifact@v2
47-
with:
48-
name:sharp-lambda-layer.zip
49-
path:dist/sharp-layer.zip
50-
if-no-files-found:error
5145
-name:Create release
52-
uses:softprops/action-gh-release@v1
46+
uses:svenstaro/upload-release-action@v2
5347
with:
54-
tag_name:${{ steps.vars.outputs.sharp_version }}
55-
files:dist/sharp-layer.zip
48+
tag:${{ steps.vars.outputs.sharp_version }}
49+
file:dist/sharp-layer.zip
50+
overwrite:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp