We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23cc1 commit 6b4ffb6Copy full SHA for 6b4ffb6
.github/workflows/release.yml
@@ -14,14 +14,14 @@ jobs:
14
- uses: actions/checkout@v3
15
- name: Setup
16
run: cargo install -f cross
17
- - name: Build
18
- run: cargo build --verbose --release
+# - name: Build
+# run: cargo build --verbose --release
19
- name: Build-win
20
run: cross build --target x86_64-pc-windows-gnu
21
- - name: Test
22
- run: cargo test --verbose --release
+# - name: Test
+# run: cargo test --verbose --release
23
- name: Package
24
- run: package.sh
+ run: tar -czvf gitopolis.tar.gz target/*
25
- name: Publish
26
uses: ncipollo/release-action@v1
27
if: startsWith(github.ref, 'refs/tags/v')
package.sh
0 commit comments