Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Nov 8, 2024
1 parent 0e5d400 commit de96187
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ui-release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
# options: -v ${{ github.workspace }}:/work
# run: /root/.cargo/bin/cargo build --release --manifest-path hc-reliability-ui/Cargo.toml

- name: Barf
run: |
mkdir -p target/release
echo "barf" > target/release/hc-reliability-ui
- name: Barf
run: |
mkdir -p target/release
echo "barf" > target/release/hc-reliability-ui
- name: Publish Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/hc-reliability-ui
asset_name: hc-reliability-ui
tag: ${{ github.ref }}
overwrite: true
body: "hc-reliability-ui"
- name: Publish Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/hc-reliability-ui
asset_name: hc-reliability-ui
tag: ${{ github.ref }}
overwrite: true
body: "hc-reliability-ui"

0 comments on commit de96187

Please sign in to comment.