Skip to content

Commit

Permalink
Use master
Browse files Browse the repository at this point in the history
  • Loading branch information
jetelain committed Apr 12, 2024
1 parent efcbdef commit ab21db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
GameRealisticMap.Studio.Package_Test.zip
${{ env.Wap_Project_Directory }}\AppPackages\*.appxupload
- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@master
with:
name: GameRealisticMap.Studio-${{ steps.nbgv.outputs.SimpleVersion }}.zip
path: GameRealisticMap.Studio.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
content-type: application/zip

- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@master
with:
name: GameRealisticMap.Studio.Package_Test-${{ steps.nbgv.outputs.SimpleVersion }}.zip
path: GameRealisticMap.Studio.Package_Test.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dotnet-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Linux Command Line
path: grma3.tar.gz

- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@master
with:
name: grma3-${{ steps.nbgv.outputs.SimpleVersion }}.tar.gz
path: grma3.tar.gz
Expand Down

0 comments on commit ab21db3

Please sign in to comment.