1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

naming shenanigans

This commit is contained in:
Michael Greenberg 2021-07-29 21:49:12 -04:00
parent fee24f4166
commit 66a104671f

View File

@ -88,8 +88,11 @@ jobs:
- name: Download binaries
uses: actions/download-artifact@v2
- name: Show downloaded files
run: ls -lR
- name: Rename binaries
run: |
mkdir ffs
mv ffs.linux/ffs ffs/ffs.linux
mv ffs.macos/ffs ffs/ffs.macos
- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"