Skip to content

Commit

Permalink
Restore - wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 14, 2024
1 parent 2946900 commit 51b219d
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,6 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Install Rust (Stable)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

# Add Rust cargo cache
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
src-tauri/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
# Add npm cache
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Variables
run: |
echo VERSION=$(npm run version --silent) >> $GITHUB_ENV
Expand Down Expand Up @@ -107,6 +80,12 @@ jobs:
name: angor-web-${{ env.VERSION }}-${{ matrix.runtime }}.zip
path: angor-web-${{ env.VERSION }}-${{ matrix.runtime }}.zip

- name: Install Rust (Stable)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -243,5 +222,5 @@ jobs:
with:
branch: main
folder: dist/wwwroot
repository-name: sondreb/angor-test
repository-name: block-core/angor-test
token: ${{ secrets.ANGOR_DEPLOY_TOKEN }}

0 comments on commit 51b219d

Please sign in to comment.