@@ -30,14 +30,14 @@ jobs:
30
30
with :
31
31
RUSTTARGET : ${{ matrix.target }}
32
32
EXTRA_FILES : " README.md LICENSE"
33
- UPLOAD_MODE : none
34
- - name : Upload archives artifacts
35
- uses : actions/upload-artifact@v3
36
- with :
37
- name : Binary
38
- path : |
39
- ${{ steps.compile.outputs.BUILT_ARCHIVE }}
40
- ${{ steps.compile.outputs.BUILT_CHECKSUM }}
33
+ # UPLOAD_MODE: none
34
+ # - name: Upload archives artifacts
35
+ # uses: actions/upload-artifact@v3
36
+ # with:
37
+ # name: Binary
38
+ # path: |
39
+ # ${{ steps.compile.outputs.BUILT_ARCHIVE }}
40
+ # ${{ steps.compile.outputs.BUILT_CHECKSUM }}
41
41
release-binary :
42
42
runs-on : ubuntu-latest
43
43
steps :
@@ -49,23 +49,23 @@ jobs:
49
49
with :
50
50
name : gpt-cli
51
51
path : target/release/gpt-cli
52
- release-plz :
53
- permissions :
54
- pull-requests : write
55
- contents : write
56
- name : Release-plz
57
- runs-on : ubuntu-latest
58
- steps :
59
- - name : Checkout repository
60
- uses : actions/checkout@v3
61
- with :
62
- fetch-depth : 0
63
- - name : Install Rust toolchain
64
- uses : dtolnay/rust-toolchain@stable
65
- - name : Run release-plz
66
- uses : MarcoIeni/release-plz-action@v0.4
67
- with :
68
- command : release
69
- env :
70
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
71
- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
52
+ # release-plz:
53
+ # permissions:
54
+ # pull-requests: write
55
+ # contents: write
56
+ # name: Release-plz
57
+ # runs-on: ubuntu-latest
58
+ # steps:
59
+ # - name: Checkout repository
60
+ # uses: actions/checkout@v3
61
+ # with:
62
+ # fetch-depth: 0
63
+ # - name: Install Rust toolchain
64
+ # uses: dtolnay/rust-toolchain@stable
65
+ # - name: Run release-plz
66
+ # uses: MarcoIeni/release-plz-action@v0.4
67
+ # with:
68
+ # command: release
69
+ # env:
70
+ # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
71
+ # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments