Skip to content

Commit 80b88ff

Browse files
authored
testingggg
1 parent 61b33df commit 80b88ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev-autopublish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
id: version
2929
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))"
3030

31+
- name: Get Current Path
32+
run: pwd
33+
- name: Get Current dir Files
34+
run: ls
35+
3136
- name: Get Project Version
3237
id: base_version
3338
run: version=$(grep '<Version>' < Amino.NET.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')

0 commit comments

Comments
 (0)