Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Sep 7, 2024
1 parent 3094365 commit c136a34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/build-container.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 🏗️ Build Addon
if: ${{ github.event.inputs.fix != 'true' }}
run: |
docker run -v ${{ github.workspace }}:/work --platform linux/${{ matrix.arch }} ghcr.io/equicord/equimic-builder-${{ matrix.arch }}:latest /build.sh
docker run -v ${{ github.workspace }}:/work --platform linux/${{ matrix.arch }} ghcr.io/vencord/venmic-builder-${{ matrix.arch }}:latest /build.sh
- name: ♻️ Reuse Artifact
if: ${{ github.event.inputs.fix == 'true' }}
Expand Down

0 comments on commit c136a34

Please sign in to comment.