File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
28
28
fi
29
29
30
- - name : create a .tgz file
30
+ - name : create a .tgz file
31
31
run : |
32
32
tar --exclude .git -C .. -czf /tmp/hetzner-installimage-${{ steps.tag.outputs.tag }}.tgz hetzner-installimage
33
33
34
34
- name : upload artifact
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
path : /tmp/hetzner-installimage-${{ steps.tag.outputs.tag }}.tgz
38
38
39
39
40
- - name : upload release assets
40
+ - name : upload release assets
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
43
run : |
44
44
gh release create ${{ steps.tag.outputs.tag }} -t ${{ steps.tag.outputs.tag }} -n ""
45
- gh release upload ${{ steps.tag.outputs.tag }} /tmp/hetzner-installimage-${{ steps.tag.outputs.tag }}.tgz
45
+ gh release upload ${{ steps.tag.outputs.tag }} /tmp/hetzner-installimage-${{ steps.tag.outputs.tag }}.tgz
You can’t perform that action at this time.
0 commit comments