Skip to content

Commit 6b4ffb6

Browse files
committed
Remove package.sh
Wasn't found for some reason. Inlined. Commented out other steps for now while trial-and-erroring
1 parent 0b23cc1 commit 6b4ffb6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Setup
1616
run: cargo install -f cross
17-
- name: Build
18-
run: cargo build --verbose --release
17+
# - name: Build
18+
# run: cargo build --verbose --release
1919
- name: Build-win
2020
run: cross build --target x86_64-pc-windows-gnu
21-
- name: Test
22-
run: cargo test --verbose --release
21+
# - name: Test
22+
# run: cargo test --verbose --release
2323
- name: Package
24-
run: package.sh
24+
run: tar -czvf gitopolis.tar.gz target/*
2525
- name: Publish
2626
uses: ncipollo/release-action@v1
2727
if: startsWith(github.ref, 'refs/tags/v')

package.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)