Skip to content

Commit

Permalink
testing path
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioGaming authored Apr 17, 2024
1 parent 80b88ff commit d6c1d59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dev-autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ jobs:
- name: Determine version
id: version
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))"

- name: Get Current Path
run: pwd
- name: Get Current dir Files
run: ls

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

- name: Pack
Expand Down

0 comments on commit d6c1d59

Please sign in to comment.