Skip to content

Commit d6c1d59

Browse files
authored
testing path
1 parent 80b88ff commit d6c1d59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dev-autopublish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,10 @@ jobs:
2727
- name: Determine version
2828
id: version
2929
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))"
30-
31-
- name: Get Current Path
32-
run: pwd
33-
- name: Get Current dir Files
34-
run: ls
3530

3631
- name: Get Project Version
3732
id: base_version
38-
run: version=$(grep '<Version>' < Amino.NET.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
33+
run: version=$(grep '<Version>' < Amino.NET/Amino.NET.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
3934
echo "::set-output name=version::$version"
4035

4136
- name: Pack

0 commit comments

Comments
 (0)