Skip to content

Commit f5d5465

Browse files
committed
Fixes a broken path after upgrading the download-artifact GitHub Action
1 parent ff04859 commit f5d5465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vagrant-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: create splitted ZIP archive
8080
run: |
8181
sudo apt-get install -yq zip
82-
zip -r -s 1990m emoflon-vm.zip emoflon-ova/emoflon.ova
82+
zip -r -s 1990m emoflon-vm.zip emoflon.ova
8383
# Due to a bug in the release action, we have to upload all artifacts step-by-step
8484
# https://github.com/softprops/action-gh-release/issues/243
8585
- name: release emoflon-vm (1)

0 commit comments

Comments
 (0)