Skip to content

Commit df45b87

Browse files
committed
Limit pack step to intended packages
1 parent b5c2423 commit df45b87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
run: dotnet test --no-build --no-restore
4949

5050
- name: pack
51-
run: dotnet pack --no-build --no-restore -o dist
51+
run: |
52+
dotnet pack src/VbaCompiler/VbaCompiler.csproj --no-build --no-restore -o dist
53+
dotnet pack src/vbamc/vbamc.csproj --no-build --no-restore -o dist
5254
5355
- name: attestation
5456
uses: actions/attest-build-provenance@v3

0 commit comments

Comments
 (0)