Commit 4536a77 1 parent 8682ea1 commit 4536a77 Copy full SHA for 4536a77
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
env :
56
56
# version: ${{ steps.version.outputs.prop }}
57
57
manifest : https://github.com/${{ github.repository }}/releases/latest/download/${{ env.TYPE }}.json
58
- download : https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/${{ steps.name.outputs.prop }}-fvtt_v${{ steps.version.outputs.prop }}.zip
58
+ download : https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/${{ env.TYPE }}.zip
59
59
60
60
# Generates the changelog.
61
61
# - name: 📜 Generate Changelog
68
68
- name : 📦 Create ZIP Archive
69
69
run : |
70
70
cd dist/
71
- zip -r ../${{ steps.name.outputs.prop }}-fvtt_v${{ steps.version.outputs.prop }}.zip *
71
+ zip -r ../${{ env.TYPE }}.zip *
72
72
73
73
# Creates the release with its artifacts and description.
74
74
- name : 🚀 Update Release with Artifacts
80
80
prerelease : false
81
81
tag : ${{ steps.version.outputs.tag }}
82
82
body : ${{ github.event.release.body }}
83
- artifacts : ' ./${{ steps.name.outputs.prop }}-fvtt_v${{ steps.version.outputs.prop }}.zip, ./dist/${{ env.TYPE }}.json'
83
+ artifacts : ' ./${{ env.TYPE }}.zip, ./dist/${{ env.TYPE }}.json'
84
84
token : ${{ secrets.GITHUB_TOKEN }}
85
85
86
86
# Publishes the release to the FoundryVTT's package repository.
Original file line number Diff line number Diff line change 5
5
"version" : " 1.0.0" ,
6
6
"compatibility" : {
7
7
"minimum" : 10 ,
8
- "verified" : " 10.290 " ,
8
+ "verified" : " 10.291 " ,
9
9
"maximum" : 11
10
10
},
11
11
"authors" : [
You can’t perform that action at this time.
0 commit comments