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 8c5f9c5 commit dfeca96Copy full SHA for dfeca96
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: compile and release
+name: compile and release version
2
3
on:
4
push:
@@ -23,11 +23,9 @@ jobs:
23
24
- name: Create Release
25
id: create_release
26
-
27
uses: actions/create-release@v1
28
env:
29
GITHUB_TOKEN: ${{ secrets.TEMPLATE_BEAMER_RELEASE }}
30
31
with:
32
tag_name: ${{ github.event.ref }}
33
release_name: Release ${{ github.event.ref }}
@@ -39,6 +37,7 @@ jobs:
39
37
40
38
- name: Compacting files
41
run: |
+ echo "Compacting files in a ZIP file"
42
zip -r templatebeamerufc.zip *
43
44
- name: Upload Release Asset
0 commit comments