Skip to content

Commit

Permalink
tweak(ci): rm build id
Browse files Browse the repository at this point in the history
  • Loading branch information
traditionalism committed Oct 16, 2024
1 parent 62fa4c8 commit e8ade1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ after_build:
copy fxmanifest.lua build\ImperialTablet\fxmanifest.lua
cd build\ImperialTablet\ && 7z a "..\..\ImperialTablet\ImperialTablet-%APPVEYOR_BUILD_ID%.zip" -r * && cd ..\..\ImperialTablet\
cd build\ImperialTablet\ && 7z a "..\..\ImperialTablet\ImperialTablet.zip" -r * && cd ..\..\ImperialTablet\
appveyor PushArtifact ImperialTablet-%APPVEYOR_BUILD_ID%.zip
appveyor PushArtifact ImperialTablet.zip
deploy:

Expand Down

0 comments on commit e8ade1f

Please sign in to comment.