We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4ccc3 commit 2488d48Copy full SHA for 2488d48
.github/actions/release-github/action.yml
@@ -15,6 +15,7 @@ runs:
15
path: "./"
16
- name: Archive Release
17
run: zip -r portal.zip ./nuxt-app/*
18
+ shell: bash
19
- name: "✏️ Upload imgs and release"
20
uses: "marvinpinto/action-automatic-releases@latest"
21
with:
0 commit comments