Skip to content

Commit 474d24b

Browse files
authored
Add extension to the artifact name. (#80)
1 parent 90c5329 commit 474d24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: package
4040
- uses: actions/download-artifact@v3
4141
with:
42-
name: datadog-native-iast-taint-tracking-${{ steps.package.outputs.version }}
42+
name: datadog-native-iast-taint-tracking-${{ steps.package.outputs.version }}.tgz
4343
- uses: actions/create-release@v1
4444
id: create_release
4545
env:

0 commit comments

Comments
 (0)