Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baskiton committed Aug 12, 2023
1 parent 06bcf34 commit 8af5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:
run: gh release delete nightly -R ${{ github.repository }} --cleanup-tag -y

- name: Create nightly release
run: gh release create nightly -R ${{ github.repository }} -t nightly --generate-notes --prerelease out/*
run: gh release create nightly -R ${{ github.repository }} -t nightly --target dev --generate-notes --prerelease out/*

0 comments on commit 8af5376

Please sign in to comment.