Skip to content

Commit

Permalink
Try name and version variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Oct 12, 2019
1 parent e8c4273 commit 3d35bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Upload Compressed Plugin Installer Artifact
uses: actions/upload-artifact@master
with:
name: installer_zip.txt
name: ${{ steps.build.outputs.name }}_v${{ steps.build.outputs.version }}_zip.txt
path: ${{ steps.build.outputs.compressed }}

- name: Upload Uncompressed Plugin Installer Artifact
uses: actions/upload-artifact@master
with:
name: installer.txt
name: ${{ steps.build.outputs.name }}_v${{ steps.build.outputs.version }}.txt
path: ${{ steps.build.outputs.uncompressed }}

0 comments on commit 3d35bd1

Please sign in to comment.