diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 15:24:24 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 15:24:24 +0200 |
commit | af0014424136bf2f12ac3cf9d609901441598a95 (patch) | |
tree | 0a2b8dbb8a165a6ce7d26692e1c77af8fa34d71d | |
parent | 12997e969a4984f903b40c5cc34d981f466d0389 (diff) |
GitHub: More descriptive build artifact names
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e18770fe..8afef565 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -57,7 +57,7 @@ jobs: | |||
57 | - name: upload-artifact | 57 | - name: upload-artifact |
58 | uses: actions/upload-artifact@v2 | 58 | uses: actions/upload-artifact@v2 |
59 | with: | 59 | with: |
60 | name: ubuntu-latest | 60 | name: lagrange_ubuntu-18.04 |
61 | path: artifacts | 61 | path: artifacts |
62 | debian_build: | 62 | debian_build: |
63 | runs-on: ubuntu-latest | 63 | runs-on: ubuntu-latest |
@@ -78,5 +78,5 @@ jobs: | |||
78 | - name: upload-debian-artifact | 78 | - name: upload-debian-artifact |
79 | uses: actions/upload-artifact@v2 | 79 | uses: actions/upload-artifact@v2 |
80 | with: | 80 | with: |
81 | name: debian | 81 | name: lagrange_debian-buster |
82 | path: /home/runner/work/${{env.REPOSITORY_NAME}}/${{env.REPOSITORY_NAME}}/artifacts | 82 | path: /home/runner/work/${{env.REPOSITORY_NAME}}/${{env.REPOSITORY_NAME}}/artifacts |