File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 5959 run : dotnet restore src/ActionsImporter.sln
6060 - name : dotnet build
6161 run : dotnet build src/ActionsImporter.sln
62- - name : Print environment
63- run : |
64- echo "Runner OS: $RUNNER_OS"
65- echo "Runner Name: $RUNNER_NAME"
66- echo "GitHub Server URL: $GITHUB_SERVER_URL"
67- echo "Workflow: $GITHUB_WORKFLOW"
6862 - name : Validate licenses
6963 run : |
7064 dotnet tool install --global ThirdLicense --version 1.2.0
8781 - name : publish artifacts
8882 uses : actions/upload-artifact@v3
8983 with :
90- name : actions-importer-artifacts
84+ name : actions-importer-${{ github.run_id }}
9185 path : ${{ runner.temp }}/staging/*
9286
9387 publish :
@@ -114,7 +108,7 @@ jobs:
114108 - name : download artifacts
115109 uses : actions/download-artifact@v3
116110 with :
117- name : actions-importer-artifacts
111+ name : actions-importer-${{ github.run_id }}
118112 path : ${{ runner.temp }}/dist
119113 - name : create release
120114 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments