From 41a660013f12f0fbf4160f48dd1582385482dc37 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 13 Apr 2020 17:57:38 -0400 Subject: [PATCH] Update name of github artifact upload after #123 (#124) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ac8aa5..de0bab0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,5 +64,5 @@ jobs: uses: actions/upload-artifact@v1 with: # Upload the dist folder. Give it a name according to the OS it was built for. - name: dist-debian-stretch + name: dist-ubuntu-xenial path: dist