Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dissectum committed Sep 14, 2023
1 parent 2a5710a commit b71cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
-p:Version=${{ needs.meta.outputs.version }} \
-p:OnPublishing=true
RID=$(ls ./src/MBA.Cli/bin/Release/net${{ matrix.dotnet }}/)
echo RID=RID | tee -a $GITHUB_OUTPUT
echo RID=$RID | tee -a $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit b71cd8d

Please sign in to comment.