Skip to content

Commit

Permalink
trying some things for the release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
khill-fbmc committed Jul 19, 2024
1 parent e95a383 commit a86776c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:

jobs:
build-retool-embedder:
name: Build Chrome extension artifact
name: Build Retool Embedder Chrome Extension
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,5 +34,7 @@ jobs:
- name: Archive retool-embedder Artifact
uses: ncipollo/release-action@v1
with:
tag: ${{ github.event.head_commit.id }}
commit: "main"
artifacts: "retool-embedder-${{ github.event.head_commit.id }}.zip"
body: "# Retool Embedder CI Build\n## retool-embedder-${{ github.event.head_commit.id }}.zip"

0 comments on commit a86776c

Please sign in to comment.