Skip to content

Commit 1fd7ab3

Browse files
authored
Update rah_makerelease.yml
path fix
1 parent 43d1f28 commit 1fd7ab3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/rah_makerelease.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,19 @@ jobs:
4444
./configure
4545
make
4646
make dist
47-
mkdir "./dist"
47+
echo "pwd is"
48+
pwd
49+
mkdir "dist"
4850
cp *.tar.gz ./dist/
51+
echo "pwd is"
52+
pwd
4953
5054
5155

5256
- uses: actions/upload-artifact@v2 #3
5357
with:
5458
name: linuxartifacts
55-
path: "./dist/"
59+
path: "./softdrink_code/dist/"
5660

5761
- uses: marvinpinto/action-automatic-releases@latest # {{xyz}}varaibles not available in uses
5862
with:
@@ -61,7 +65,7 @@ jobs:
6165
prerelease: true
6266
title: "Build ${{ github.event.inputs.reltag }}" #same as inputs.reltag
6367
files: |
64-
./dist/*.tar.gz
68+
./softdrink_code/dist/*.*
6569
6670
6771

0 commit comments

Comments
 (0)