File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,23 +88,23 @@ jobs:
8888
8989 - name : Upload hale studio build (Linux)
9090 id : upload-linux
91- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
91+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9292 with :
9393 name : hale studio (Linux)
9494 path : build/target/hale-studio-*linux*.tar.gz
9595 retention-days : 14
9696
9797 - name : Upload hale studio build (Windows)
9898 id : upload-windows
99- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
99+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100 with :
101101 name : hale studio (Windows)
102102 path : build/target/hale-studio-*win32*.zip
103103 retention-days : 14
104104
105105 - name : Upload hale studio build (macos)
106106 id : upload-macos
107- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 with :
109109 name : hale studio (macos)
110110 path : |
Original file line number Diff line number Diff line change 6868 working-directory : ./build
6969
7070 - name : Upload hale studio build (Linux)
71- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
71+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7272 with :
7373 name : hale studio (Linux)
7474 path : |
@@ -77,14 +77,14 @@ jobs:
7777 retention-days : 90
7878
7979 - name : Upload hale studio build (Windows)
80- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
80+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : hale studio (Windows)
8383 path : build/target/hale-studio-*win32*.zip
8484 retention-days : 90
8585
8686 - name : Upload hale studio build (macos)
87- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888 with :
8989 name : hale studio (macos)
9090 path : |
Original file line number Diff line number Diff line change 2828
2929 - name : Upload hale studio build (Installer)
3030 id : upload-msi
31- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
31+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3232 with :
3333 name : hale studio (Installer)
3434 path : build/target/*.msi
You can’t perform that action at this time.
0 commit comments