Commit b74d4e5e authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

add updating release artifact

parent e0d0066d
...@@ -31,10 +31,10 @@ jobs: ...@@ -31,10 +31,10 @@ jobs:
name: devcontainer-features.tgz name: devcontainer-features.tgz
path: devcontainer-features.tgz path: devcontainer-features.tgz
# - name: Get or Create Release at current tag - name: Get or Create Release at current tag
# uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
# with: with:
# allowUpdates: true # Lets us upload our own artifact from previous step allowUpdates: true # Lets us upload our own artifact from previous step
# artifactErrorsFailBuild: true artifactErrorsFailBuild: true
# artifacts: "./devcontainer-*" artifacts: "./devcontainer-*"
# token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment