Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien authored Apr 15, 2024
1 parent aa71369 commit 1bad4c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ jobs:
key: ${{ runner.os }}-${{ matrix.build }}-cargo-${{ needs.prepare_env.outputs.rust_cache }}
restore-keys: |
${{ runner.os }}-${{ matrix.build }}-cargo
- name: Cargo Vendor
if: ${{ matrix.build == 'vendor' }}
run: |
version=${{ needs.prepare_env.outputs.version }}
artifacts=emacs-ng_${{ version }}.tar.xz
artifactContentType=application/x-xz-compressed-tar
echo "version=$version" >> $GITHUB_ENV
echo "artifacts=$artifacts >> $GITHUB_ENV
echo "artifactContentType=$artifactContentType >> $GITHUB_ENV
./admin/vendor_cargo_source.sh $version
- name: Build project
if: ${{ matrix.build == 'general' }}
run: |
Expand Down

0 comments on commit 1bad4c4

Please sign in to comment.