We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b33df commit 80b88ffCopy full SHA for 80b88ff
.github/workflows/dev-autopublish.yml
@@ -28,6 +28,11 @@ jobs:
28
id: version
29
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
35
+
36
- name: Get Project Version
37
id: base_version
38
run: version=$(grep '<Version>' < Amino.NET.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
0 commit comments