File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 targets : ${{ matrix.target }}
4444
45- - name : Install cross-compilation tools
45+ - name : Install cross-compilation tools (Linux ARM64)
4646 if : matrix.target == 'aarch64-unknown-linux-gnu'
4747 run : |
4848 sudo apt-get update
7979 path : gitpane-${{ matrix.target }}.${{ matrix.archive }}
8080
8181 release :
82- name : Create Release
82+ name : Upload Assets
8383 needs : build
8484 runs-on : ubuntu-latest
8585 steps :
9090 path : artifacts
9191 merge-multiple : true
9292
93- - name : Create GitHub Release
93+ - name : Upload release assets
9494 uses : softprops/action-gh-release@v2
9595 with :
96- generate_release_notes : true
9796 files : artifacts/*
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ directories = "6"
2020futures = " 0.3"
2121tracing = " 0.1"
2222tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
23- git2 = " 0.20"
23+ git2 = { version = " 0.20" , features = [ " vendored-openssl " ] }
2424walkdir = " 2"
2525dirs = " 6"
2626notify = " 8"
You can’t perform that action at this time.
0 commit comments