pass envvars properly
.NET Build and Publish / build (push) Has been cancelled

This commit is contained in:
Jedd Morgan
2025-07-29 21:45:38 +01:00
parent 45d3a08407
commit e9076b7dd3
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -32,8 +32,12 @@ jobs:
echo $SEMVER
echo $FILE_VERSION
- name: 🔫 Build All
run: ./build.sh
env:
SEMVER: ${{ steps.set-version.outputs.SEMVER }}
FILE_VERSION: ${{ steps.set-version.outputs.FILE_VERSION }}
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
+4 -1
View File
@@ -40,7 +40,10 @@ jobs:
- name: 🔫 Build and Pack
run: ./build.sh pack
env:
SEMVER: ${{ steps.set-version.outputs.SEMVER }}
FILE_VERSION: ${{ steps.set-version.outputs.FILE_VERSION }}
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
with: