Skip to content

Commit

Permalink
fix: removed reference to alter build artifact in publish yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Oct 26, 2024
1 parent 861ef02 commit 3997f1e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
ref: ${{ github.ref_name }}
secrets:
downloads-url: ${{ secrets.BOXZER_DOWNLOADS_URL }}
# Alters the boxzer output to match what we desire
alter-microzig-artifact:
uses: ./.github/workflows/alter-microzig-artifact.yml
needs: build-microzig
with:
in-gh-artifact-name: microzig-build
out-gh-artifact-name: microzig-alt
zig-version: ${{ vars.MZ_TARGET_ZIG_VERSION }}
microzig-version: ${{ needs.build-microzig.outputs.version }}
# Publish microzig
publish-microzig:
uses: ./.github/workflows/publish-base.yml
Expand All @@ -44,7 +35,7 @@ jobs:
cancel-in-progress: false
with:
tag: ${{ github.ref_name }}
github-artifact-name: microzig-alt
github-artifact-name: microzig-build
source-path: /
secrets:
target-path: ${{ secrets.DEPLOY_ROOT_DATA_PATH }}
Expand Down

0 comments on commit 3997f1e

Please sign in to comment.