X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=fa346b3ded164b24bc379abcc0f1edfff881adf3;hb=c712d7c780a4e8d1ef2b67dc56b42ad979c36925;hp=792fe59d2c794909d4910eeeceabfe9153a0db29;hpb=5fa6b6cfa6b3010279ead23088add5c5664e8ac0;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 792fe59..fa346b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,9 @@ jobs: run: | yarn install yarn build - zip --junk-paths homer dist/* + - name: Create artifact + working-directory: "dist" + run: zip -r ../homer.zip ./* - name: Create Release id: create_release uses: actions/create-release@v1