We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a669 commit 130ead6Copy full SHA for 130ead6
1 file changed
.github/workflows/release.yml
@@ -34,8 +34,6 @@ jobs:
34
name: gdscript-formatter-${{ github.ref_name }}-windows-aarch64.exe
35
36
runs-on: ${{ matrix.os }}
37
- permissions:
38
- contents: read
39
steps:
40
- name: Checkout
41
uses: actions/checkout@v6
@@ -85,12 +83,11 @@ jobs:
85
83
name: ${{ matrix.name }}
86
84
path: ${{ matrix.name }}.zip
87
if-no-files-found: error
+ retention-days: 10
88
89
package-godot-addon:
90
name: Package the Godot add-on
91
runs-on: ubuntu-latest
92
93
94
95
96
@@ -105,6 +102,7 @@ jobs:
105
102
name: godot-addon
106
103
path: godot-addon.zip
107
104
108
109
publish-release:
110
name: Publish release
0 commit comments