-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .csproj to work with release workflow
- Loading branch information
1 parent
c7eb4fa
commit 50117e7
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: main | ||
path: src/bin/Debug/net452 | ||
path: FancyTileEntities/bin/Debug/net452 | ||
|
||
- name: Create mod zip | ||
run: zip -qq -r FancyTileEntities.zip Ahorn FancyTileEntities/bin everest.yaml | ||
|
@@ -71,6 +71,5 @@ jobs: | |
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ | ||
$RELEASE_URL \ | ||
-d "$(jq -n \ | ||
--rawfile body changelog.current \ | ||
--arg url $DOWNLOAD_URL \ | ||
'{body: "\($body)\r\n\r\n[Install FancyTileEntities.zip](https://0x0a.de/twoclick/?\($url))"}')" | ||
'{body: "[Install FancyTileEntities.zip](https://0x0a.de/twoclick/?\($url))"}')" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters