Skip to content

Commit 2ffcb69

Browse files
Update ci.yml
1 parent d071924 commit 2ffcb69

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ jobs:
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
@@ -87,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)