Skip to content

Commit

Permalink
fix version number publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 15, 2023
1 parent ba1eb75 commit 70c90a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,11 @@ jobs:
- name: Test
run: dotnet test src/Stowage.sln -c release --filter Category!=Integration --no-restore --verbosity normal /p:Version=${{ env.v }} /p:FileVersion=${{ env.v }} /p:AssemblyVersion=${{ env.av }}

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: packages
path: src/**/*.nupkg

- name: collect artifacts
run: |
mkdir artifacts
cp src/Stowage/bin/Release/*.nupkg artifacts/
echo "${{ env.VERSION }}" >> artifacts/version.txt
echo "${{ env.v }}" >> artifacts/version.txt
cp docs/release-history.md artifacts/
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 70c90a2

Please sign in to comment.