Skip to content

Commit

Permalink
Remove build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Sep 21, 2023
1 parent 09df5b3 commit 992fd78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ jobs:
"
echo "PRODUCTS_PATH=$(echo products/*)" >> $GITHUB_ENV
- name: Upload Build Folder [TEMP]
uses: actions/upload-artifact@v3
if: always()
with:
name: BUILD_${{ matrix.count }}x${{ matrix.width }}_${{ matrix.variant }}
path: ./build
# - name: Upload Build Folder [TEMP]
# uses: actions/upload-artifact@v3
# if: always()
# with:
# name: BUILD_${{ matrix.count }}x${{ matrix.width }}_${{ matrix.variant }}
# path: ./build
- name: Upload Final Views
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
let openlane-src = pkgs.fetchFromGitHub {
owner = "efabless";
repo = "openlane2";
rev = "fbbe66691c281da8b39eb74bbf83309959477d8a";
sha256 = "sha256-G6SQAxmd2RUWqDnGCYNkBungO8dWvMT9rNiDZ+uQQYU=";
rev = "0c05b7ea04eac74203a9a33f8a8b519f33220f2f";
sha256 = "sha256-fjYz6HuIYrGbkb1oA6wPIlEjieYU5hu0aygYQFj2d2I=";
}; in import "${openlane-src}/shell.nix" {
inherit pkgs;
}

0 comments on commit 992fd78

Please sign in to comment.