Commit 4efdfea 1 parent 27017be commit 4efdfea Copy full SHA for 4efdfea
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
GOOS : ${{ matrix.goos }}
33
33
GOARCH : ${{ matrix.goarch }}
34
34
run : |
35
- output_name="terraform-provider-astro-import-script_ ${{ steps.get_version.outputs.VERSION }}_ ${{ matrix.goos }}_ ${{ matrix.goarch }}"
35
+ output_name="terraform-provider-astro-import-script- ${{ steps.get_version.outputs.VERSION }}- ${{ matrix.goos }}- ${{ matrix.goarch }}"
36
36
if [ "${{ matrix.goos }}" = "windows" ]; then
37
37
output_name="${output_name}.exe"
38
38
fi
41
41
uses : actions/upload-artifact@v4
42
42
with :
43
43
name : binary-${{ matrix.goos }}-${{ matrix.goarch }}
44
- path : terraform-provider-astro-import-script_ *
44
+ path : terraform-provider-astro-import-script- *
45
45
if-no-files-found : warn
46
46
compression-level : 6
47
47
overwrite : false
@@ -125,7 +125,7 @@ jobs:
125
125
});
126
126
const files = await fs.readdir('.');
127
127
for (const file of files) {
128
- if (file.startsWith('terraform-provider-astro-import-script_ ')) {
128
+ if (file.startsWith('terraform-provider-astro-import-script- ')) {
129
129
await github.rest.repos.uploadReleaseAsset({
130
130
owner,
131
131
repo,
You can’t perform that action at this time.
0 commit comments